Browse Source

AppVersion = 19

jeongminRyu 4 years ago
parent
commit
b34e8a362d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/build.gradle

+ 2 - 2
app/build.gradle

@@ -8,8 +8,8 @@ android {
         applicationId "com.dbs.mplus.knuh"
         minSdkVersion 24
         targetSdkVersion 28
-        versionCode 18
-        versionName "1.1.0.18"
+        versionCode 19
+        versionName "1.1.0.19"
         multiDexEnabled true
 //        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
     }