Skip to content

Commit

Permalink
Raise version
Browse files Browse the repository at this point in the history
  • Loading branch information
rumboalla committed Aug 12, 2023
1 parent a4088ab commit 0e60a66
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, Romanian.

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

0 comments on commit 0e60a66

Please sign in to comment.