1
0
mirror of https://github.com/fumiama/copymanga.git synced 2026-06-05 07:20:23 +08:00

chore(deps): update pager2Banner to 1.0.5 (#89)

This commit is contained in:
源文雨
2024-09-11 01:15:34 +09:00
parent 042a232b86
commit b344cfff93
2 changed files with 1 additions and 3 deletions

View File

@@ -83,7 +83,7 @@ dependencies {
implementation "androidx.preference:preference-ktx:1.2.1"
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 'io.github.zguop:pager2Banner:1.0.5'
implementation 'com.github.bumptech.glide:glide:4.16.0'
//noinspection KaptUsageInsteadOfKsp
kapt 'com.github.bumptech.glide:compiler:4.16.0'

View File

@@ -3,8 +3,6 @@ buildscript {
ext.kotlin_version = '1.7.10'
repositories {
google()
jcenter()
mavenCentral()
mavenCentral()
maven { url 'https://maven.google.com' }
maven { url "https://jitpack.io" }