Skip to content

Commit d14b0a8

Browse files
author
oleg
committed
Fix backendless.jar version in build.gradle
1 parent ad40014 commit d14b0a8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

samples/LoginWithSocialNetworkSDK/app/build.gradle

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,18 @@ android {
2121
}
2222

2323
dependencies {
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', {

0 commit comments

Comments
 (0)