소스 검색

升级小版本至1.0.1

owen 5 년 전
부모
커밋
51ac017d63
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/build.gradle

+ 2 - 2
app/build.gradle

@@ -6,8 +6,8 @@ android {
         applicationId "com.wiipu.peopleheart"
         minSdkVersion 21
         targetSdkVersion 27
-        versionCode 1
-        versionName "1.0"
+        versionCode 101
+        versionName "1.0.1"
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
         ndk {
             abiFilters "armeabi", "armeabi-v7a", "x86", "mips"