Skip to content

Commit

Permalink
This just fixes the wrong release name (0.180 instead of 0.18) which …
Browse files Browse the repository at this point in the history
…would not match the name of the build apk required for reproducible builds on F-Droid.
  • Loading branch information
Staacks committed Nov 24, 2024
1 parent 785fcd2 commit 3df1b5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId = "org.staacks.alpharemote"
minSdk = 31
targetSdk = 35
versionCode = 180
versionName = "0.180"
versionCode = 181
versionName = "0.18a"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 3df1b5e

Please sign in to comment.