version:5.5

fix:
update:优化视频播放界面,优化databinding
This commit is contained in:
2024-05-14 17:58:02 +08:00
parent 112bb15eb4
commit b4cce3e7da
45 changed files with 264 additions and 206 deletions

View File

@@ -15,8 +15,8 @@ android {
applicationId "com.uiuios.aios"
minSdkVersion 24
targetSdkVersion 29
versionCode 45
versionName "5.4"
versionCode 46
versionName "5.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -270,7 +270,8 @@ dependencies {
implementation 'com.github.ForgetAll:LoadingDialog:v1.1.2'
//动态权限框架
implementation 'com.github.getActivity:XXPermissions:16.6'
// 吐司框架https://github.com/getActivity/Toaster
implementation 'com.github.getActivity:Toaster:12.6'
}
preBuild {