Skip to content

Commit

Permalink
Release v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Rout committed Dec 17, 2020
1 parent 1ad94de commit 25cab3e
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 2101
versionName "2.1.1"
versionCode 2102
versionName "2.1.2"
setProperty('archivesBaseName', applicationId + '-v' + versionName)
testInstrumentationRunner Libs.AndroidX.Test.instrumentationRunner
}
Expand Down

0 comments on commit 25cab3e

Please sign in to comment.