Skip to content

Commit

Permalink
Implemented daily background search for updates
Browse files Browse the repository at this point in the history
Implemented notifications when updates are found
Added alarm related settings
  • Loading branch information
rumboalla committed Jul 20, 2023
1 parent b4822be commit 8857c3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ It provides similar functionality to an app store, but instead of depending on a

# Download
* [Stable release (2.0.5)](https://github.com/rumboalla/apkupdater/releases/download/2.0.5/app-release.apk)
* [Alpha Preview release (3.0.0-alpha-07)](https://github.com/rumboalla/apkupdater/releases/download/3.0.0-alpha-07/app-debug.apk)
* [Alpha Preview release (3.0.0-alpha-08)](https://github.com/rumboalla/apkupdater/releases/download/3.0.0-alpha-08/app-debug.apk)
* [Older releases](https://github.com/rumboalla/apkupdater/releases)

# Translations
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "com.apkupdater3"
minSdk 24
targetSdk 34
versionCode 30000007
versionName "3.0.0-alpha-07"
versionCode 30000008
versionName "3.0.0-alpha-08"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down

0 comments on commit 8857c3b

Please sign in to comment.