From c5fb9a4e245011eacbb2b0ebf202ce191a6ddebb Mon Sep 17 00:00:00 2001 From: Darcy Wong Date: Thu, 12 Mar 2020 16:02:25 +0700 Subject: [PATCH] feat(oem): Update min SDK to 19 --- oem/firstvoices/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oem/firstvoices/android/app/build.gradle b/oem/firstvoices/android/app/build.gradle index 6d1db79df3..baa1e3f2b3 100644 --- a/oem/firstvoices/android/app/build.gradle +++ b/oem/firstvoices/android/app/build.gradle @@ -17,7 +17,7 @@ android { defaultConfig { applicationId "com.firstvoices.keyboards" - minSdkVersion 17 + minSdkVersion 19 targetSdkVersion 29 String env_services_json_file = System.getenv('oem_firstvoices_services_json_file')