소스 검색

Android versionName and versionCode was changed to 1.2

Trishia 4 년 전
부모
커밋
e920c3d2b3
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      OnBoardingTool/app/build.gradle

+ 2 - 2
OnBoardingTool/app/build.gradle

@@ -7,8 +7,8 @@ android {
         applicationId "org.iotivity.onboardingtool"
         minSdkVersion 23
         targetSdkVersion 26
-        versionCode 3
-        versionName "1.0.2"
+        versionCode 4
+        versionName "1.2"
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
     }
     buildTypes {