Skip to content

Commit

Permalink
Version update: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub authored and GitHub committed Apr 23, 2024
1 parent 5d846c5 commit 3b01dd0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions BetaChangelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
**beta-5**
- Fix providers

**beta-4**
- Added Lockscreen Weather Margin
- Fixed Fingerprint Icon Scale
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId = "it.dhd.oxygencustomizer"
minSdk = 33
targetSdk = 34
versionCode = 4
versionName = "beta-4"
versionCode = 5
versionName = "beta-5"
setProperty("archivesBaseName", "OxygenCustomizer.apk")
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 2 additions & 2 deletions latestBeta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "beta-4",
"versionCode": 4,
"version": "beta-5",
"versionCode": 5,
"apkUrl": "https://github.com/DHD2280/Oxygen-Customizer/releases/download/beta_builds/OxygenCustomizer.apk",
"changelog": "https://raw.githubusercontent.com/DHD2280/Oxygen-Customizer/beta/BetaChangelog.md"
}

0 comments on commit 3b01dd0

Please sign in to comment.