version:1.1.4

update:更换为竖屏
bugfixes:
This commit is contained in:
2024-04-12 09:57:14 +08:00
parent b6a4bf70e0
commit fa0d89330a
69 changed files with 6990 additions and 808 deletions

View File

@@ -16,8 +16,8 @@ android {
applicationId "com.uiui.videoplayer"
minSdkVersion 24
targetSdkVersion 28
versionCode 114
versionName "1.1.3"
versionCode 115
versionName "1.1.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -32,6 +32,14 @@ android {
checkReleaseBuilds false
abortOnError false
}
viewBinding{
enabled = true
}
dataBinding {
enabled true
}
}
compileOptions {
@@ -123,6 +131,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(path: ':FlycoTabLayoutZ_Lib')
implementation project(path: ':JZVideo')
implementation project(path: ':niceimageview')
@@ -130,6 +139,7 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation "androidx.viewpager2:viewpager2:1.0.0"
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
testImplementation 'junit:junit:4.12'