Skip to content

Commit

Permalink
Release v2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ricknout committed Jun 30, 2023
1 parent 45911fd commit 20298db
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 @@ -16,8 +16,8 @@ android {
applicationId = "com.ricknout.rugbyranker"
minSdk = 24
targetSdk = 34
versionCode = 2107
versionName = "2.1.7"
versionCode = 2108
versionName = "2.1.8"
setProperty("archivesBaseName", "$applicationId-v$versionName")
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 20298db

Please sign in to comment.