Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 616 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 616 Bytes

appscope-amplitude-extension

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"