Explorar el Código

0.0.50.beta36
- 修复 PopTip 和 PopNotification 通过 `.show(activity)` 指定要显示到 activity 无效问题;
- PopMenu 增加了 `.show(activity)` 方法;

Kongzue hace 1 semana
padre
commit
50b08b7c04
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.beta35
+BUILD_VERSION=0.0.50.beta36
 BUILD_VERSION_INT=50
 DIALOGX_STYLE_VERSION=5
 android.nonTransitiveRClass=true