Extension to automatically sync appscope properties with Amplitude Note that this is limited to AppScope 1.7.x version only. Starting with Appscope 2.x, amplitude syncing is handled by android-typesafe-prefs-amplitude.
* Use with Gradle
- add to your repositories
repositories { maven { url "https://jitpack.io" } }
- In your app build.gradle, add:
compile "com.github.PeelTechnologies:appscope-amplitude-extension:1.0.3"