Skip to content

Commit

Permalink
Updating version number
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumBadger committed Jul 5, 2023
1 parent cf6fbcb commit a098063
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 = 106
versionName = "1.21.1"
versionCode = 107
versionName = "1.21.2"

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

0 comments on commit a098063

Please sign in to comment.