Browse Source

0.0.50.beta24
- 修复PopMenu在未绑定baseView而指定setAlignGravity会出现的空指针异常;
- 修复DialogListBuilder可能存在的空指针风险;
- PopMenu 增加 setBackgroundColor 和 setBackgroundColorRes 方法;

Kongzue 4 months ago
parent
commit
c48892da3b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gradle.properties

+ 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.beta23
+BUILD_VERSION=0.0.50.beta24
 BUILD_VERSION_INT=50
 DIALOGX_STYLE_VERSION=5
 android.nonTransitiveRClass=true