升级到1028

chengzhenyu %!s(int64=8) %!d(string=hace) años
padre
commit
1b1bb5e158
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      app/build.gradle

+ 2 - 2
app/build.gradle

@@ -20,8 +20,8 @@ android {
20 20
         applicationId "ai.pai.lensman"
21 21
         minSdkVersion MIN_SDK_VERSION as int
22 22
         targetSdkVersion TARGET_SDK_VERSION as int
23
-        versionCode 1027
24
-        versionName "1.0.27"
23
+        versionCode 1028
24
+        versionName "1.0.28"
25 25
         buildConfigField "boolean", "isTestMode", "true"
26 26
         manifestPlaceholders = [CHANNEL_NAME: "guanwang"]
27 27
     }