version:1.1.7

bugfixes:
update:增加隐私协议,增加授权弹窗
This commit is contained in:
2025-03-18 09:56:15 +08:00
parent 700e8e9052
commit 82f6472c86
9 changed files with 266 additions and 31 deletions

View File

@@ -16,8 +16,8 @@ android {
applicationId "com.uiui.videoplayer"
minSdkVersion 24
targetSdkVersion 28
versionCode 117
versionName "1.1.6"
versionCode 118
versionName "1.1.7"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -202,4 +202,6 @@ dependencies {
//autosize会改变第三方view的大小
//https://github.com/JessYanCoding/AndroidAutoSize
//implementation 'me.jessyan:autosize:1.2.1'
// 权限请求框架https://github.com/getActivity/XXPermissions
implementation 'com.github.getActivity:XXPermissions:20.0'
}