From 95a3624fbd6c82ea24eeabdfe230bc32a22a3796 Mon Sep 17 00:00:00 2001 From: Rohan Chaturvedi Date: Thu, 2 Feb 2023 12:08:30 +0530 Subject: [PATCH 1/2] chore: bump version --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 627e21f..048ba08 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,7 +12,7 @@ android { minSdkVersion 27 targetSdkVersion 33 versionCode 141 - versionName "1.4.1" + versionName "1.4.2" multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -103,4 +103,4 @@ dependencies { // ACRA for crash logging implementation 'ch.acra:acra-mail:5.9.7' // mail component implementation 'ch.acra:acra-dialog:5.9.7' // dialog component -} \ No newline at end of file +} From 57ff73ed6bd948d92ab259037def97c1ea5202b7 Mon Sep 17 00:00:00 2001 From: Rohan Chaturvedi Date: Thu, 2 Feb 2023 12:12:52 +0530 Subject: [PATCH 2/2] chore: bump versioncode --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 048ba08..dc44059 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,7 +11,7 @@ android { applicationId "cloud.keyspace.android" minSdkVersion 27 targetSdkVersion 33 - versionCode 141 + versionCode 142 versionName "1.4.2" multiDexEnabled true