Skip to content

Commit

Permalink
Added F-Droid updates
Browse files Browse the repository at this point in the history
Added basic Android TV support (not usable yet)
  • Loading branch information
rumboalla committed Jul 22, 2023
1 parent cf6994c commit 6dcc685
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-08)](https://github.com/rumboalla/apkupdater/releases/download/3.0.0-alpha-08/app-debug.apk)
* [Alpha Preview release (3.0.0-alpha-09)](https://github.com/rumboalla/apkupdater/releases/download/3.0.0-alpha-09/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 30000008
versionName "3.0.0-alpha-08"
versionCode 30000009
versionName "3.0.0-alpha-09"

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

0 comments on commit 6dcc685

Please sign in to comment.