Skip to content

Commit

Permalink
JCenter() is still needed for maven publishing plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
siralam committed Apr 15, 2021
1 parent 9960082 commit 339f222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation project(':loopingviewpager')
// implementation 'com.asksira.android:loopingviewpager:1.4.0'
// implementation 'com.asksira.android:loopingviewpager:1.4.1'
implementation "androidx.core:core-ktx:1.3.2"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ allprojects {
repositories {
google()
mavenCentral()
jcenter()
}
}

Expand Down

0 comments on commit 339f222

Please sign in to comment.