We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ab2b2 commit c75f852Copy full SHA for c75f852
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 1104
15
- versionName "1.1.4"
+ versionCode 1105
+ versionName "1.1.5"
16
setProperty("archivesBaseName", applicationId + "-v" + versionName)
17
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
18
}
0 commit comments