Skip to content

Commit

Permalink
Raise version for beta-02
Browse files Browse the repository at this point in the history
  • Loading branch information
rumboalla committed Aug 7, 2023
1 parent 1c9d58d commit c05e75b
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 @@ The 3.x branch is a full rewrite using modern technologies like **Jetpack Compos
* **Languages**: English, Spanish, Dutch, German, Traditional Chinese.

# Download
* [Beta Release (3.0.0-beta-01)](https://github.com/rumboalla/apkupdater/releases/download/3.0.0-beta-01/app-release.apk)
* [Beta Release (3.0.0-beta-02)](https://github.com/rumboalla/apkupdater/releases/download/3.0.0-beta-02/app-release.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.apkupdater"
minSdk 24
targetSdk 34
versionCode 44
versionName "3.0.0-beta-01"
versionCode 45
versionName "3.0.0-beta-02"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables { useSupportLibrary true }
}
Expand Down

0 comments on commit c05e75b

Please sign in to comment.