Skip to content
This repository was archived by the owner on Aug 3, 2019. It is now read-only.

Commit

Permalink
Update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
sromku committed Oct 10, 2015
1 parent 253ff16 commit be4b83f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ android {

allprojects {
repositories {
mavenCentral()
jcenter()
}
}

dependencies {
compile project(':simple-fb')
// compile project(':facebook')
// compile 'com.sromku:simple-fb:4.0.+'
compile 'com.facebook.android:facebook-android-sdk:4.6.+'
// compile 'com.facebook.android:facebook-android-sdk:4.6.+'
}

0 comments on commit be4b83f

Please sign in to comment.