File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
samples/LoginWithSocialNetworkSDK/app Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -21,16 +21,18 @@ android {
2121}
2222
2323dependencies {
24- compile files(' /Data/Backendless/Android-SDK/build/libs/backendless-4.0.1-snapshot.jar' )
24+ // please, set the current version of backendless sdk for Android here.
25+ compile ' com.backendless:backendless:x.x.x'
26+
2527 compile ' com.facebook.android:facebook-android-sdk:[4,5)'
2628
2729 compile (' com.google.api-client:google-api-client:1.22.0' ){
2830 exclude group : ' com.google.code.findbugs' , module : ' jsr305'
2931 }
3032
31- // compile 'com.google.android.gms:play-services:11.0.2 '
32- compile ' com.google.android.gms:play-services-auth:11.0.2 '
33- // compile 'com.google.android.gms:play-services-plus:11.0.2 '
33+ // compile 'com.google.android.gms:play-services:11.0.4 '
34+ compile ' com.google.android.gms:play-services-auth:11.0.4 '
35+ // compile 'com.google.android.gms:play-services-plus:11.0.4 '
3436
3537 compile fileTree(dir : ' libs' , include : [' *.jar' ])
3638 androidTestCompile(' com.android.support.test.espresso:espresso-core:2.2.2' , {
You can’t perform that action at this time.
0 commit comments