diff --git a/app/build.gradle b/app/build.gradle index 9ceba2b..6a9d9c3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "xyz.johnny.norntalk" minSdkVersion 21 targetSdkVersion 27 - versionCode 101 - versionName "2" + versionCode 200 + versionName "2.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true }