1
0
mirror of https://github.com/fumiama/copymanga.git synced 2026-06-25 13:10:23 +08:00

2.0.beta14

1. 完善设置
2. 增加登陆
3. 增加浏览历史页面
4. 修复一些闪退
This commit is contained in:
源文雨
2022-10-18 16:31:44 +08:00
parent 6163725b1f
commit cb5e730eae
24 changed files with 252 additions and 153 deletions

View File

@@ -9,8 +9,8 @@ android {
applicationId 'top.fumiama.copymanga'
minSdkVersion 23
targetSdkVersion 33
versionCode 25
versionName '2.0.beta13'
versionCode 26
versionName '2.0.beta14'
resConfigs 'zh', 'zh-rCN'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -66,9 +66,9 @@ dependencies {
implementation 'com.afollestad.material-dialogs:input:3.3.0'
implementation 'com.github.yalantis:ucrop:2.2.6'
implementation 'com.to.aboomy:pager2banner:1.0.1'
implementation 'com.github.bumptech.glide:glide:4.12.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
implementation 'com.google.code.gson:gson:2.8.9'
implementation 'com.github.bumptech.glide:glide:4.14.2'
annotationProcessor 'com.github.bumptech.glide:compiler:4.14.2'
implementation 'com.google.code.gson:gson:2.9.1'
implementation 'com.github.vovaksenov99:OverscrollableScrollView:1.0'
implementation 'com.liaoinstan.springview:library:1.7.0'
implementation 'com.github.zawadz88.materialpopupmenu:material-popup-menu:4.0.1'