From 6a7b7d24b50e204d204d8bdafa4d8f0833b75a34 Mon Sep 17 00:00:00 2001 From: Maharaj Fawwaz Almuqaddim Yusran Date: Wed, 10 Apr 2019 23:26:13 +0800 Subject: [PATCH] AC-580: Release 2.7.0 (#538) --- openmrs-client/build.gradle | 2 +- openmrs-client/proguard-rules.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 openmrs-client/proguard-rules.txt diff --git a/openmrs-client/build.gradle b/openmrs-client/build.gradle index e009e20e15..f0dafc9841 100644 --- a/openmrs-client/build.gradle +++ b/openmrs-client/build.gradle @@ -36,7 +36,7 @@ android { multiDexEnabled true minSdkVersion 16 - targetSdkVersion 27 + targetSdkVersion 28 testApplicationId "org.openmrs.mobile.test" testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' diff --git a/openmrs-client/proguard-rules.txt b/openmrs-client/proguard-rules.txt new file mode 100644 index 0000000000..7079fd32c5 --- /dev/null +++ b/openmrs-client/proguard-rules.txt @@ -0,0 +1 @@ +-ignorewarnings \ No newline at end of file