Skip to content

Commit

Permalink
Merge pull request #81 from ricknout/release/v1.6.2
Browse files Browse the repository at this point in the history
Release v1.6.2
  • Loading branch information
ricknout authored Aug 26, 2019
2 parents 8414dfe + cfe6810 commit 27c0667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId 'com.ricknout.rugbyranker'
minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk
versionCode 1601
versionName '1.6.1'
versionCode 1602
versionName '1.6.2'
setProperty('archivesBaseName', applicationId + '-v' + versionName)
testInstrumentationRunner deps.androidX.test.instrumentationRunner
}
Expand Down

0 comments on commit 27c0667

Please sign in to comment.