We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c5ef97 commit 114804aCopy full SHA for 114804a
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 1101
15
- versionName "1.1.1"
+ versionCode 1102
+ versionName "1.1.2"
16
setProperty("archivesBaseName", applicationId + "-v" + versionName)
17
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
18
}
0 commit comments