Pq 2 vuotta sitten
vanhempi
commit
2a39dac2cd

+ 1 - 1
BaseLibrary/src/main/java/com/cooleshow/base/utils/helper/UpdateAppHelper.java

@@ -174,7 +174,7 @@ public class UpdateAppHelper {
                 });
                 return baseDialog;
             });
-            builder.setForceRedownload(true); //在本地有安装包时,是否重新下载默认alse
+            builder.setForceRedownload(false); //在本地有安装包时,是否重新下载默认alse
             if (data.isIsForceUpdate()) {
                 builder.setForceUpdateListener(new ForceUpdateListener() {
                     @Override

+ 2 - 2
student/build.gradle

@@ -18,8 +18,8 @@ android {
         applicationId "com.cooleshow.student"
         minSdkVersion 21
         targetSdkVersion 30
-        versionCode 144
-        versionName "1.4.4"
+        versionCode 145
+        versionName "1.4.5"
 
         ndk {
             abiFilters "armeabi-v7a", "arm64-v8a"

+ 2 - 2
teacher/build.gradle

@@ -20,8 +20,8 @@ android {
         applicationId "com.cooleshow.teacher"
         minSdkVersion 21
         targetSdkVersion 30
-        versionCode 144
-        versionName "1.4.4"
+        versionCode 145
+        versionName "1.4.5"
         ndk {
             abiFilters "armeabi-v7a", "arm64-v8a"
         }