From 8cefb4af1e7eaf4e2ae2cb5af9116e3c5f81cd60 Mon Sep 17 00:00:00 2001 From: M66B Date: Fri, 14 Feb 2020 14:08:13 +0100 Subject: [PATCH] Play store release for Android 6+ --- app/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index a45af812b5..f9945eff14 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -96,6 +96,7 @@ android { } play_beta { dimension "all" + minSdkVersion 23 buildConfigField "boolean", "BETA_RELEASE", "true" buildConfigField "boolean", "PLAY_STORE_RELEASE", "true" buildConfigField "String", "INVITE_URI", "\"https://play.google.com/store/apps/details?id=eu.faircode.email\"" @@ -109,6 +110,7 @@ android { } play_release { dimension "all" + minSdkVersion 23 buildConfigField "boolean", "BETA_RELEASE", "false" buildConfigField "boolean", "PLAY_STORE_RELEASE", "true" buildConfigField "String", "INVITE_URI", "\"https://play.google.com/store/apps/details?id=eu.faircode.email\""