version:11.6

update:更改样式,增加分辨适配
bugfixes:
This commit is contained in:
2025-03-13 09:40:47 +08:00
parent 7763e34b6b
commit 700e8e9052
124 changed files with 2128 additions and 18465 deletions

View File

@@ -16,8 +16,8 @@ android {
applicationId "com.uiui.videoplayer"
minSdkVersion 24
targetSdkVersion 28
versionCode 116
versionName "1.1.5"
versionCode 117
versionName "1.1.6"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -146,9 +146,6 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
//bindView
implementation 'com.jakewharton:butterknife:10.2.3'
annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.3'
//okhttp
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
//Retrofit
@@ -202,5 +199,7 @@ 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'
//autosize会改变第三方view的大小
//https://github.com/JessYanCoding/AndroidAutoSize
//implementation 'me.jessyan:autosize:1.2.1'
}