From b60375874931b2a6fcb4f19f0f249109c818627b Mon Sep 17 00:00:00 2001 From: Elly Kitoto Date: Fri, 9 Oct 2020 09:19:48 +0300 Subject: [PATCH 1/2] Configure transifex client --- .tx/config | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .tx/config diff --git a/.tx/config b/.tx/config new file mode 100644 index 0000000..0665438 --- /dev/null +++ b/.tx/config @@ -0,0 +1,8 @@ +[main] +host = https://www.transifex.com + +[opensrp-client-chw-family-planning.opensrp-chw-family-planning-src-main-res-values-strings-xml--master] +file_filter = opensrp-chw-family-planning/src/main/res/values-/strings.xml +source_file = opensrp-chw-family-planning/src/main/res/values/strings.xml +source_lang = en +type = ANDROID \ No newline at end of file From 6919aa9497d381b124c3e7d2721868b4445e54dd Mon Sep 17 00:00:00 2001 From: Elly Kitoto Date: Fri, 9 Oct 2020 09:20:42 +0300 Subject: [PATCH 2/2] Bump up version to 1.0.26 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index a8e3fdb..747b3ec 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=1.0.25-SNAPSHOT +VERSION_NAME=1.0.26-SNAPSHOT VERSION_CODE=1 GROUP=org.smartregister POM_SETTING_DESCRIPTION=OpenSRP Client CHW Family Planning Library