Skip to content

PeelTechnologies/android-typesafe-prefs-amplitude

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

android-typesafe-prefs-amplitude

Extension to automatically sync prefs properties with Amplitude

​* Use with Gradle

  • add to your repositories
    repositories {
        maven { url "https://jitpack.io" }
    }
    
  • In your app build.gradle, add: implementation "com.github.PeelTechnologies:android-typesafe-prefs-amplitude:1.0.3"