Skip to content

Commit 243521f

Browse files
authored
Merge pull request #2 from nicholasrout/release/1.0.2
Release v1.0.2
2 parents 82c6804 + aa8db25 commit 243521f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId "com.ricknout.rugbyranker"
1212
minSdkVersion min_sdk_version
1313
targetSdkVersion target_sdk_version
14-
versionCode 1010
15-
versionName "1.0.1"
14+
versionCode 1020
15+
versionName "1.0.2"
1616
setProperty("archivesBaseName", applicationId + "-v" + versionName)
1717
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1818
}

0 commit comments

Comments
 (0)