Skip to content

Commit

Permalink
v2.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ricknout committed Oct 2, 2023
1 parent fd3acec commit ee6db16
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 @@ -15,8 +15,8 @@ android {
applicationId = "com.ricknout.rugbyranker"
minSdk = 24
targetSdk = 34
versionCode = 2111
versionName = "2.1.11"
versionCode = 2112
versionName = "2.1.12"
setProperty("archivesBaseName", "$applicationId-v$versionName")
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit ee6db16

Please sign in to comment.