Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Commit

Permalink
version increased from 2.8.11 to 2.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
hereyubaraj committed Jun 21, 2019
1 parent 5582a94 commit 91c01d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions collect_app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ if (secretsFile.exists()) {

def versionMajor = 2
def versionMinor = 8
def versionPatch = 11
def versionPatch = 12



Expand All @@ -94,7 +94,7 @@ android {
//versionCode LEGACY_BUILD_NUMBER_OFFSET + getMasterCommitCount()
//versionName getVersionName()
versionCode versionMajor*100+versionMinor*100+versionPatch
versionName "${versionMajor}.${versionMinor}.${versionPatch}-beta"
versionName "${versionMajor}.${versionMinor}.${versionPatch}"
System.out.println(versionName + " " + versionCode)
testInstrumentationRunner('android.support.test.runner.AndroidJUnitRunner')
multiDexEnabled true
Expand Down

0 comments on commit 91c01d2

Please sign in to comment.