lazydroid / auto-update-apk-client

Android Java Client for Automatic .APK Update Service
http://auto-update-apk.com
89 stars 50 forks source link

Current version broken #81

Closed dariusfi closed 4 years ago

dariusfi commented 6 years ago

Android Studio doesn't compile most current version. Obvious problems: variable "notificationIntent" in AutoUpdateApk. java is never defined. Library "import com.nbeghin.smartchandiser.BuildConfig;" unknown.

dariusfi commented 6 years ago

Fixed the bugs and uploaded here: https://github.com/dariusfi/auto-update-apk-client Also added additional setup descriptions for Android > 7.0, migrated to gradle build system, added option to show update as popup instead of notification and did some small refactorings. Feel free to merge if you're happy with the changes.

lazydroid commented 4 years ago

@dariusfi thank you for the changes, will be merged shortly.