- request patch with Transmitting Network Data Using Volley
- install volley from JCenter
- download file with DownloadManager
- save project version and patch version with SharedPreferences
- save file with Files
add
plugins {
id "com.jfrog.bintray" version "1.7"
}
to the header after buildscript in build.gradle of every module
config
bintray {
user = System.getenv('BINTRAY_USER')
key = System.getenv('BINTRAY_KEY')
...
}
in build.gradle of every module
Android Studio > File > New > New Project > com.greedlab.greedpatch > Empty Activity
Android Studio > File > New > New Module > Android Library > next > com.greedlab.patch