From eefcb5115aefa1be08e295b8af84c4f721996032 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Thu, 18 Apr 2019 13:13:43 -0400 Subject: [PATCH] v0.7.2b: suppressed the 'minSdkTooLow' warning in the main gradle file --- core/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/core/build.gradle b/core/build.gradle index a0f680d97..f57a3fd2c 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -6,6 +6,7 @@ android { defaultConfig { resConfigs "en_US", "cs", "tr", "ca", "ko", "pl", "it", "eo", "ru", "zh_CN", "de", "fr", "es", "pt", "fi", "hu", "in" + //noinspection MinSdkTooLow minSdkVersion 8 targetSdkVersion 28 }