From 5ea5fc87bb1810d12a1a6e77650df97fdf9dac6b Mon Sep 17 00:00:00 2001 From: hilpitome Date: Thu, 25 Aug 2022 14:44:55 +0300 Subject: [PATCH 1/2] bump up app version --- opensrp-chw-hf/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opensrp-chw-hf/build.gradle b/opensrp-chw-hf/build.gradle index f5064b0b8..c0f276e68 100644 --- a/opensrp-chw-hf/build.gradle +++ b/opensrp-chw-hf/build.gradle @@ -30,7 +30,7 @@ android { minSdkVersion 18 targetSdkVersion 28 versionCode 11 - versionName "1.2.13" + versionName "1.2.14" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" multiDexEnabled true buildConfigField "String", 'opensrp_url', '"https://boresha-afya.smartregister.org/opensrp/"' From 83098056b5ad0594ee5450a82e73e8d63295fd30 Mon Sep 17 00:00:00 2001 From: hilpitome Date: Thu, 25 Aug 2022 14:52:15 +0300 Subject: [PATCH 2/2] update version code --- opensrp-chw-hf/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opensrp-chw-hf/build.gradle b/opensrp-chw-hf/build.gradle index c0f276e68..fe35b43a7 100644 --- a/opensrp-chw-hf/build.gradle +++ b/opensrp-chw-hf/build.gradle @@ -29,7 +29,7 @@ android { applicationId "org.smartregister.chw.hf" minSdkVersion 18 targetSdkVersion 28 - versionCode 11 + versionCode 12 versionName "1.2.14" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" multiDexEnabled true