cloudant / sync-android

A JSON-based document datastore for Android applications
Apache License 2.0
267 stars 91 forks source link

TodoSync app needs updating for later versions of Gradle etc #584

Closed acutetech closed 2 years ago

acutetech commented 6 years ago

Initially the Todo sample app would not build for me. I followed tips from Android Studio, until the errors went and it built (and ran OK). When finished, I observed the following differences:

(1) In build.gradle: classpath 'com.android.tools.build:gradle:3.1.4' compileSdkVersion 27 buildToolsVersion '27.0.3' I changed instrumentTest.setRoot('tests') -> androidTest.setRoot('tests') I changed compile ->implementation (twice)

(2) In gradle-wrapper.properties distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip

I suggest this is thoroughly checked and updated in Github

rajinib commented 6 years ago

@acutetech Please open a pull request containing the changes outlined.

ricellis commented 2 years ago

This library is now end-of-life and this issue won't be fixed. This issue has been tagged EOL in case any forks want to import it.