We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 513b943 commit 6e5b5d0Copy full SHA for 6e5b5d0
app/build.gradle
@@ -11,8 +11,8 @@ android {
11
applicationId "com.ricknout.rugbyranker"
12
minSdkVersion min_sdk_version
13
targetSdkVersion target_sdk_version
14
- versionCode 1102
15
- versionName "1.1.2"
+ versionCode 1103
+ versionName "1.1.3"
16
setProperty("archivesBaseName", applicationId + "-v" + versionName)
17
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
18
}
0 commit comments