Skip to content

Commit

Permalink
Updating version number to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumBadger committed Jul 1, 2023
1 parent 0566311 commit a4ca9c0
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 @@ -73,8 +73,8 @@ android {
applicationId = "org.quantumbadger.redreader"
minSdk = 16
targetSdk = 31
versionCode = 104
versionName = "1.20"
versionCode = 105
versionName = "1.21"

multiDexEnabled = true
vectorDrawables.generatedDensities("mdpi", "hdpi", "xhdpi", "xxhdpi", "xxxhdpi")
Expand Down

0 comments on commit a4ca9c0

Please sign in to comment.