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

Commit

Permalink
bumped version to v3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
konishon committed Jul 4, 2019
1 parent 8c75e26 commit c602da3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 = 3
def versionMinor = 0
def versionPatch = 3
def versionPatch = 5



Expand All @@ -95,7 +95,7 @@ android {
//versionCode LEGACY_BUILD_NUMBER_OFFSET + getMasterCommitCount()
//versionName getVersionName()
versionCode versionMajor*1000+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
2 changes: 1 addition & 1 deletion collect_app/internal/output.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":3002,"versionName":"3.0.2-beta","enabled":true,"outputFile":"collect-internal3.0.2-beta.apk","fullName":"internal","baseName":"internal"},"path":"collect-internal3.0.2-beta.apk","properties":{}}]
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":3004,"versionName":"3.0.4-beta","enabled":true,"outputFile":"collect-internal3.0.4-beta.apk","fullName":"internal","baseName":"internal"},"path":"collect-internal3.0.4-beta.apk","properties":{}}]
2 changes: 1 addition & 1 deletion collect_app/release/output.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":283,"versionName":"2.8.3-beta","enabled":true,"outputFile":"collect-release2.8.3-beta.apk","fullName":"release","baseName":"release"},"path":"collect-release2.8.3-beta.apk","properties":{}}]
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":3005,"versionName":"3.0.5","enabled":true,"outputFile":"collect-release3.0.5.apk","fullName":"release","baseName":"release"},"path":"collect-release3.0.5.apk","properties":{}}]

0 comments on commit c602da3

Please sign in to comment.