diff --git a/android/app/build.gradle b/android/app/build.gradle index 24feeb9..40dff0c 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "com.github.igrmk.smsq" minSdkVersion 19 targetSdkVersion 28 - versionCode 15 - versionName "1.5" + versionCode 16 + versionName "1.6" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true }