Skip to content

Commit

Permalink
Merge pull request #209 from asmengistu/patch-1
Browse files Browse the repository at this point in the history
Prefer mavenCentral for Android builds.
  • Loading branch information
darwin-morocho authored Jan 13, 2022
2 parents 4bf13cd + b65ffb0 commit 202fa8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion facebook_auth/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version '1.0'
buildscript {
repositories {
google()
mavenCentral()
jcenter()
}

Expand Down Expand Up @@ -34,4 +35,4 @@ android {

dependencies {
implementation 'com.facebook.android:facebook-login:12.2.0'
}
}

0 comments on commit 202fa8c

Please sign in to comment.