diff --git a/app/build.gradle b/app/build.gradle index afce798..41e467f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.marknkamau.justjava" minSdkVersion androidConfig.minSdk targetSdkVersion androidConfig.targetSdk - versionCode 6 - versionName "1.4.0" + versionCode 7 + versionName "1.4.1" multiDexEnabled true vectorDrawables.useSupportLibrary = true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"