Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LoginWithGooglePlusSDK sample backendless.jar out of date #225

Open
MSIH opened this issue Jul 30, 2016 · 1 comment
Open

LoginWithGooglePlusSDK sample backendless.jar out of date #225

MSIH opened this issue Jul 30, 2016 · 1 comment

Comments

@MSIH
Copy link

MSIH commented Jul 30, 2016

The backendless.jar file in the LoginWithGooglePlusSDK sample is 6 months old.

Please update the sample with the latest backendless.jar file and unit test to confirm still working.

Thanks

@MSIH
Copy link
Author

MSIH commented Nov 3, 2016

I think you need to add an entry for the LoginWithGooglePlusSDK sample to this section of the build.gradle file in the root.

task copySampleJars << {
copyT(jar.archivePath, projectDir.path+'/samples/DataService/tododemo/libs', jar.getArchiveName( ))
copyT(jar.archivePath, projectDir.path+'/samples/EndlessMatchMaker/libs', jar.getArchiveName( ))
copyT(jar.archivePath, projectDir.path+'/samples/EndlessTagging/libs', jar.getArchiveName( ))
copyT(jar.archivePath, projectDir.path+'/samples/FenceDemo/libs', jar.getArchiveName( ))
copyT(jar.archivePath, projectDir.path+'/samples/GeoService/geodemo/libs', jar.getArchiveName( ))
copyT(jar.archivePath, projectDir.path+'/samples/MessagingService/pubsubdemo/libs', jar.getArchiveName( ))
copyT(jar.archivePath, projectDir.path+'/samples/UserService/FacebookSDKSamples/login/libs', jar.getArchiveName( ))
copyT(jar.archivePath, projectDir.path+'/samples/UserService/rolesdemo/libs/', jar.getArchiveName( ))
copyT(jar.archivePath, projectDir.path+'/samples/UserService/userservicedemo/libs', jar.getArchiveName( ))
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants