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

Commit

Permalink
[#208] bumped version to 2.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
konishon committed Jun 6, 2019
1 parent 0350f1c commit 31c604d
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 = 9
def versionPatch = 3
def versionPatch = 4



Expand All @@ -95,7 +95,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}-alpha"
System.out.println(versionName + " " + versionCode)
testInstrumentationRunner('android.support.test.runner.AndroidJUnitRunner')
multiDexEnabled true
Expand Down

0 comments on commit 31c604d

Please sign in to comment.