Skip to content

Commit

Permalink
0.0.50.beta24
Browse files Browse the repository at this point in the history
- 修复PopMenu在未绑定baseView而指定setAlignGravity会出现的空指针异常;
- 修复DialogListBuilder可能存在的空指针风险;
- PopMenu 增加 setBackgroundColor 和 setBackgroundColorRes 方法;
  • Loading branch information
kongzue committed Nov 28, 2024
1 parent a29d2e9 commit c48892d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c48892d

Please sign in to comment.