From e24ce2de11109d003c847d626e9e6fe528c57f09 Mon Sep 17 00:00:00 2001 From: Denys Date: Thu, 18 Mar 2021 10:51:17 +0200 Subject: [PATCH] Patch Version bump --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 8d7d2ba4..4da5d162 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,8 +20,8 @@ android { applicationId "com.hypertrack.logistics.android.github" minSdkVersion 23 targetSdkVersion 30 - versionCode 6000 - versionName "0.6.0-SNAPSHOT" + versionCode 5003 + versionName "0.5.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" resValue "string", "branch_io_api_key", rootProject.properties.logisticsBranchKey resValue "string", "awsLoginTestUserName", rootProject.properties.awsLoginTestUserName