We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45911fd commit 20298dbCopy full SHA for 20298db
app/build.gradle.kts
@@ -16,8 +16,8 @@ android {
16
applicationId = "com.ricknout.rugbyranker"
17
minSdk = 24
18
targetSdk = 34
19
- versionCode = 2107
20
- versionName = "2.1.7"
+ versionCode = 2108
+ versionName = "2.1.8"
21
setProperty("archivesBaseName", "$applicationId-v$versionName")
22
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
23
}
0 commit comments