Ver código fonte

Android 302版本上线

liukai 7 meses atrás
pai
commit
dfaf3a9322
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      app/android/app/build.gradle

+ 2 - 2
app/android/app/build.gradle

@@ -50,8 +50,8 @@ android {
         applicationId "com.guadou.yyemployer"
         minSdkVersion 21
         targetSdkVersion 34
-        versionCode 301          //Android打包上线记得要加固并重新签名再传
-        versionName "3.0.1"
+        versionCode 302          //Android打包上线记得要加固并重新签名再传
+        versionName "3.0.2"
 
         multiDexEnabled true