From 85d7afd7f8581ab43c3b1fe1777e2498d754662d Mon Sep 17 00:00:00 2001 From: codephillip Date: Thu, 24 Sep 2020 10:51:52 +0300 Subject: [PATCH] updated versionCode manually --- collect_app/build.gradle | 2 +- collect_app/release/output.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/collect_app/build.gradle b/collect_app/build.gradle index 47eab0db0..1219ec38d 100644 --- a/collect_app/build.gradle +++ b/collect_app/build.gradle @@ -71,7 +71,7 @@ android { applicationId('org.odk.getin.android') minSdkVersion(16) targetSdkVersion(28) - versionCode LEGACY_BUILD_NUMBER_OFFSET + getMasterCommitCount() + 314 + versionCode LEGACY_BUILD_NUMBER_OFFSET + getMasterCommitCount() + 330 versionName getVersionName() testInstrumentationRunner('androidx.test.runner.AndroidJUnitRunner') multiDexEnabled true diff --git a/collect_app/release/output.json b/collect_app/release/output.json index 4a05be363..fefec516a 100644 --- a/collect_app/release/output.json +++ b/collect_app/release/output.json @@ -1 +1 @@ -[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":3878,"versionName":"1.24-8-gf99d167b5-dirty","enabled":true,"outputFile":"collect-release.apk","fullName":"release","baseName":"release"},"path":"collect-release.apk","properties":{}}] \ No newline at end of file +[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":3875,"versionName":"1.24-10-g056ef9242","enabled":true,"outputFile":"collect-release.apk","fullName":"release","baseName":"release"},"path":"collect-release.apk","properties":{}}] \ No newline at end of file