Browse Source

0.0.50.beta21
- 修复了 issues:468 提到的首次使用 WaitDialog 展示进度时 progress 不能设为 0 的问题;
- 修复了 setMinHeight 和 setMinWidth 无效的问题;

Kongzue 6 months ago
parent
commit
2d40fac421
2 changed files with 3 additions and 3 deletions
  1. 2 2
      app/release/output-metadata.json
  2. 1 1
      gradle.properties

+ 2 - 2
app/release/output-metadata.json

@@ -11,8 +11,8 @@
       "type": "SINGLE",
       "filters": [],
       "attributes": [],
-      "versionCode": 49,
-      "versionName": "0.0.50.beta19",
+      "versionCode": 50,
+      "versionName": "0.0.50.beta20",
       "outputFile": "app-release.apk"
     }
   ],

+ 1 - 1
gradle.properties

@@ -19,7 +19,7 @@ android.useAndroidX=true
 # Automatically convert third-party libraries to use AndroidX
 android.enableJetifier=true
 
-BUILD_VERSION=0.0.50.beta20
+BUILD_VERSION=0.0.50.beta21
 BUILD_VERSION_INT=50
 DIALOGX_STYLE_VERSION=5
 android.nonTransitiveRClass=true