From b1008f22438e35a3c13d5c3759f552c75f2bcff7 Mon Sep 17 00:00:00 2001 From: Panagiotis Panos <58420513+panosx2-td@users.noreply.github.com> Date: Thu, 5 Dec 2019 16:04:27 +0200 Subject: [PATCH] lower minSdkVersion Lower library's minimum sdk version to 21-22 so can actually support devs who want to use it. Noone wants to add a library in his app which is applicable in only a small ammount of phones. --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index fd7e5a4..696f396 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -8,7 +8,7 @@ android { defaultConfig { - minSdkVersion 26 + minSdkVersion 21 targetSdkVersion 28 versionCode 1 versionName "1.0"