Skip to content

Commit

Permalink
Merge pull request #66 from ricknout/release/v1.4.5
Browse files Browse the repository at this point in the history
Release v1.4.5
  • Loading branch information
ricknout authored Jul 22, 2019
2 parents f883aa3 + b151b0d commit e3df20d
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 1404
versionName '1.4.4'
versionCode 1405
versionName '1.4.5'
setProperty('archivesBaseName', applicationId + '-v' + versionName)
testInstrumentationRunner deps.androidX.test.instrumentationRunner
}
Expand Down

0 comments on commit e3df20d

Please sign in to comment.