SharedPreferenceDelegate Download You can download a jar from Github's releases page. Or use gradle. allprojects { repositories { ... maven { url 'https://jitpack.io' } } } dependencies { compile 'com.github.baleen37:SharedPreferenceDelegate:0.0.1' }