Skip to content

Commit

Permalink
update add jCenter back for jitPack
Browse files Browse the repository at this point in the history
  • Loading branch information
mumayank committed Mar 7, 2021
1 parent 079f07c commit b57c402
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions airlocationlibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.30"
api 'com.google.android.gms:play-services-location:18.0.0'
implementation 'com.github.mumayank:AirPermissionsLibraryProject:3.1'
implementation 'com.github.jitpack:gradle-simple:1.0'
}

repositories {
Expand Down
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
buildscript {
repositories {
jcenter()
google()
mavenCentral()
}
Expand All @@ -14,6 +15,7 @@ allprojects {
repositories {
google()
mavenCentral()
jcenter()
maven { url 'https://jitpack.io' }
}
}
Expand Down

0 comments on commit b57c402

Please sign in to comment.