version:1.0.0

bugfixes:
update:主页完成
This commit is contained in:
2026-01-27 16:00:07 +08:00
parent 69d3ddd498
commit faa81e0d5b
33 changed files with 1146 additions and 158 deletions

View File

@@ -9,7 +9,7 @@ static def releaseTime() {
}
android {
compileSdkVersion 28
compileSdkVersion 29
buildToolsVersion "30.0.3"
defaultConfig {
@@ -17,7 +17,7 @@ android {
//There are no CERT files because If the mini sdk version is 23+, the AGP will ignore the V1 scheme signature.
minSdkVersion 23
targetSdkVersion 28
targetSdkVersion 29
versionCode 1
versionName "1.0.0"
@@ -127,7 +127,8 @@ android {
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
// implementation fileTree(dir: 'libs', include: ['*.jar'])
compileOnly files('libs/framework.jar')
implementation project(path: ':FlycoTabLayoutZ_Lib')
implementation project(path: ':JZVideo')
@@ -199,7 +200,7 @@ dependencies {
// implementation 'com.github.wuao:FlycoTabLayout2:Tag1.1.3'
//autosize会改变第三方view的大小
//https://github.com/JessYanCoding/AndroidAutoSize
//implementation 'me.jessyan:autosize:1.2.1'
implementation 'me.jessyan:autosize:1.2.1'
// 权限请求框架https://github.com/getActivity/XXPermissions
implementation 'com.github.getActivity:XXPermissions:20.0'
}