We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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( )) }
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: