Skip to content

Commit

Permalink
Release v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Rout committed Feb 13, 2021
1 parent 55bae3d commit caaf7ef
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 @@ -14,8 +14,8 @@ android {
applicationId "com.ricknout.rugbyranker"
minSdkVersion Versions.minSdk
targetSdkVersion Versions.targetSdk
versionCode 2103
versionName "2.1.3"
versionCode 2104
versionName "2.1.4"
setProperty('archivesBaseName', applicationId + '-v' + versionName)
testInstrumentationRunner Libs.AndroidX.Test.instrumentationRunner
}
Expand Down

0 comments on commit caaf7ef

Please sign in to comment.