Skip to content

Commit

Permalink
Implement Download and Install
Browse files Browse the repository at this point in the history
  • Loading branch information
rumboalla committed Jul 28, 2023
1 parent afc693c commit 2a37a57
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-10)](https://github.com/rumboalla/apkupdater/releases/download/3.0.0-alpha-10/app-debug.apk)
* [Alpha Preview release (3.0.0-alpha-11)](https://github.com/rumboalla/apkupdater/releases/download/3.0.0-alpha-11/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 30000009
versionName "3.0.0-alpha-10"
versionCode 30000011
versionName "3.0.0-alpha-11"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables { useSupportLibrary true }
}
Expand Down

0 comments on commit 2a37a57

Please sign in to comment.