version:8.3

fix:
update:接口请求优化,主页优化
This commit is contained in:
2023-02-06 19:03:22 +08:00
parent fa650fb634
commit f246028922
90 changed files with 2000 additions and 704 deletions

View File

@@ -28,11 +28,11 @@ android {
manifestPlaceholders = [
XG_ACCESS_ID : "1500033122",
XG_ACCESS_KEY : "A5QBQVQ7KLQD",
XG_ACCESS_KEY: "A5QBQVQ7KLQD",
]
}
compileOptions{
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
@@ -45,8 +45,8 @@ android {
productFlavors {
official {
flavorDimensions "default"
versionCode 71
versionName "8.0"
versionCode 74
versionName "8.3"
}
}
@@ -187,8 +187,8 @@ dependencies {
//github第三方控件
implementation 'io.github.h07000223:flycoTabLayout:3.0.0'
//下拉刷新控件
implementation 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0' //1.0.5及以前版本的老用户升级需谨慎API改动过大
implementation 'com.scwang.smartrefresh:SmartRefreshHeader:1.1.0' //没有使用特殊Header可以不加这行
implementation 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.3' //1.0.5及以前版本的老用户升级需谨慎API改动过大
implementation 'com.scwang.smartrefresh:SmartRefreshHeader:1.1.3' //没有使用特殊Header可以不加这行
//glide
implementation 'com.github.bumptech.glide:glide:4.14.2'
annotationProcessor 'com.github.bumptech.glide:compiler:4.14.2'