浏览代码

2020.07.07
APK 버전 수정
versionCode 16
versionName 1.1.0.16

3cooking 5 年之前
父节点
当前提交
822bdc2601
共有 1 个文件被更改,包括 2 次插入2 次删除
  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 15
-        versionName "1.1.0.15"
+        versionCode 16
+        versionName "1.1.0.16"
         multiDexEnabled true
 //        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
     }