We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92bfba commit e2520b1Copy full SHA for e2520b1
app/build.gradle
@@ -14,8 +14,8 @@ android {
14
applicationId "com.ricknout.rugbyranker"
15
minSdkVersion Versions.minSdk
16
targetSdkVersion Versions.targetSdk
17
- versionCode 2102
18
- versionName "2.1.2"
+ versionCode 2103
+ versionName "2.1.3"
19
setProperty('archivesBaseName', applicationId + '-v' + versionName)
20
testInstrumentationRunner Libs.AndroidX.Test.instrumentationRunner
21
}
0 commit comments