diff --git a/app/build.gradle b/app/build.gradle index bad7699e4..603bf8d39 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,9 +17,9 @@ android { applicationId "org.intelehealth.kf" minSdkVersion 26 targetSdkVersion 33 - versionCode 1 + versionCode 2 buildToolsVersion('29.0.2') - versionName '1.0.0' + versionName '1.0.1' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" //Change this to true to enable multidex support for Kitkat multiDexEnabled true