Skip to content

Commit

Permalink
fix: upgrade Facebook SDK (parse-community#1105)
Browse files Browse the repository at this point in the history
  • Loading branch information
sommye-ctr committed Oct 9, 2021
1 parent a977d11 commit 6f4bdb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions facebook/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ android {
}

dependencies {
api "com.facebook.android:facebook-login:6.3.0"
api "com.facebook.android:facebook-login:8.2.0"
implementation project(":parse")

testImplementation "junit:junit:4.13.2"
testImplementation "org.mockito:mockito-core:3.9.0"
testImplementation "org.robolectric:robolectric:4.6"
}
}

0 comments on commit 6f4bdb0

Please sign in to comment.