Skip to content

Commit

Permalink
Updating version number to 1.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumBadger committed Aug 25, 2024
1 parent 5a2cf2f commit f7c9b90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ android {
applicationId = "org.quantumbadger.redreader"
minSdk = libs.versions.sdk.min.get().toInt()
targetSdk = libs.versions.sdk.target.get().toInt()
versionCode = 113
versionName = "1.24"
versionCode = 114
versionName = "1.24.1"

vectorDrawables.generatedDensities("mdpi", "hdpi", "xhdpi", "xxhdpi", "xxxhdpi")
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit f7c9b90

Please sign in to comment.