Skip to content

Commit

Permalink
Update version number to 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumBadger committed Aug 18, 2024
1 parent a1a7ee3 commit 23fcfd8
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 = 112
versionName = "1.23.1"
versionCode = 113
versionName = "1.24"

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

0 comments on commit 23fcfd8

Please sign in to comment.