Skip to content

Commit

Permalink
Add API filter to ApkMirror
Browse files Browse the repository at this point in the history
  • Loading branch information
rumboalla committed Jul 17, 2023
1 parent a4f09fc commit 2b7eaf3
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-06)](https://github.com/rumboalla/apkupdater/releases/download/3.0.0-alpha-06/app-debug.apk)
* [Alpha Preview release (3.0.0-alpha-07)](https://github.com/rumboalla/apkupdater/releases/download/3.0.0-alpha-07/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 30000006
versionName "3.0.0-alpha-06"
versionCode 30000007
versionName "3.0.0-alpha-07"

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

0 comments on commit 2b7eaf3

Please sign in to comment.