Skip to content

Commit

Permalink
update viewpagerindicator version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhpanvip committed Aug 23, 2024
1 parent 4580c80 commit 0de668d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 30 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.2'
testImplementation 'junit:junit:4.12'
implementation project(path: ':indicator')
// implementation 'com.github.zhpanvip:BannerViewPager:2.6.6'
implementation "androidx.core:core-ktx:1.3.2"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.viewpager2:viewpager2:1.0.0'
// implementation 'com.github.zhpanvip:viewpagerindicator:1.2.0'
implementation 'com.github.zhpanvip:viewpagerindicator:1.2.3'
implementation 'com.google.android.material:material:1.2.1'
// implementation project(path: ':indicator')
}

repositories {
mavenCentral()
}

This file was deleted.

0 comments on commit 0de668d

Please sign in to comment.