version:1.9.4

fix:
update:作业页面完善
This commit is contained in:
2024-09-23 15:04:12 +08:00
parent 2c4af66ad8
commit 5a64967c57
143 changed files with 9023 additions and 509 deletions

View File

@@ -16,8 +16,8 @@ android {
minSdkVersion 24
targetSdkVersion 29
versionCode 83
versionName "1.9.1"
versionCode 85
versionName "1.9.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
@@ -153,6 +153,7 @@ dependencies {
implementation project(path: ':niceimageview')
implementation project(path: ':FlycoTabLayoutZ_Lib')
implementation project(path: ':verification-view')
implementation project(path: ':PhotoPreview')
//保持1.3.1 更新会报错
@@ -235,6 +236,8 @@ dependencies {
implementation 'com.github.getActivity:Toaster:12.6'
//图片选择
implementation 'io.github.lucksiege:pictureselector:v3.11.1'
// implementation 'com.github.wanglu1209:PhotoViewer:0.50'
// implementation 'com.github.wanggaowan:PhotoPreview:2.5.5'
}
preBuild {