소스 검색

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"
     }