diff --git a/android/app/build.gradle b/android/app/build.gradle index 5616897..77e4ae9 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -26,8 +26,8 @@ android { applicationId "com.example.cyberdiscovery" minSdkVersion 16 targetSdkVersion 27 - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "1.1" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }