version:1.0.6
update: bugfixes:增加相册模块
This commit is contained in:
@@ -16,15 +16,16 @@ android {
|
||||
applicationId "com.uiui.videoplayer"
|
||||
minSdkVersion 24
|
||||
targetSdkVersion 28
|
||||
versionCode 106
|
||||
versionName "1.0.5"
|
||||
versionCode 107
|
||||
versionName "1.0.6"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
multiDexEnabled true
|
||||
ndk {
|
||||
// add support lib
|
||||
abiFilters /*"armeabi",*/ "armeabi-v7a", "arm64-v8a", "x86"/*, "x86_64", "mips", "mips64"*/
|
||||
abiFilters /*"armeabi",*/ "armeabi-v7a", "arm64-v8a", "x86"
|
||||
/*, "x86_64", "mips", "mips64"*/
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
@@ -158,6 +159,8 @@ dependencies {
|
||||
|
||||
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.10'
|
||||
// implementation 'com.github.SheHuan:NiceImageView:1.0.5'
|
||||
|
||||
//指示器
|
||||
implementation 'com.github.hackware1993:MagicIndicator:1.7.0' // for androidx
|
||||
implementation 'com.github.Othershe:CombineBitmap:1.0.5'
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user