Browse Source

1.修改版本号

wsad5123 5 years ago
parent
commit
c12746c9b5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/build.gradle

+ 2 - 2
app/build.gradle

@@ -24,8 +24,8 @@ android {
         targetSdkVersion rootProject.ext.targetSdkVersion
         multiDexEnabled true
         multiDexKeepProguard file("multidexKeep.pro")//腾讯bugly的类放到主Dex
-        versionCode 336
-        versionName "3.3.6"
+        versionCode 339
+        versionName "3.3.9"
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
         flavorDimensions "versionCode"
         ndk {