From fcb7db7f3c512ee2e6cf5167f74e8e77bd66411f Mon Sep 17 00:00:00 2001 From: NeoTheFox Date: Sat, 7 Jul 2018 21:33:37 +0300 Subject: [PATCH] Changed minSdkVersion for Priv compatibility --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 5be49d5..b7a79a2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,7 +4,7 @@ android { compileSdkVersion 26 defaultConfig { applicationId "space.neothefox.laytray" - minSdkVersion 25 + minSdkVersion 23 targetSdkVersion 26 versionCode 4 versionName "1.3"