version:11.6
update:更改样式,增加分辨适配 bugfixes:
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user