version:1.1.5

update:优化手机适配
bugfixes:
This commit is contained in:
2024-07-10 19:02:06 +08:00
parent d3adb11800
commit 5e16dce80f
22 changed files with 324 additions and 250 deletions

View File

@@ -16,8 +16,8 @@ android {
applicationId "com.uiui.videoplayer"
minSdkVersion 24
targetSdkVersion 28
versionCode 115
versionName "1.1.4"
versionCode 116
versionName "1.1.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -25,7 +25,7 @@ android {
ndk {
// add support lib
abiFilters /*"armeabi",*/ "armeabi-v7a", "arm64-v8a", "x86"
/*, "x86_64", "mips", "mips64"*/
/*, "x86_64", "mips", "mips64"*/
}
lintOptions {
@@ -201,5 +201,6 @@ dependencies {
//指示器
implementation 'com.github.hackware1993:MagicIndicator:1.7.0' // for androidx
implementation 'com.github.Othershe:CombineBitmap:1.0.5'
// implementation 'com.github.wuao:FlycoTabLayout2:Tag1.1.3'
}