From 4dff6a0cb5205089d492151c07309b051824b16b Mon Sep 17 00:00:00 2001 From: souzabrizolara Date: Fri, 22 Jan 2016 23:30:18 -0300 Subject: [PATCH] Changed library and sample minSDK to api 8, to broaden the support to older android versions --- library/build.gradle | 2 +- sample/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index ed83687..fdc9825 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -5,7 +5,7 @@ android { buildToolsVersion "21.1.1" defaultConfig { - minSdkVersion 10 + minSdkVersion 8 targetSdkVersion 21 versionCode 2 versionName "1.1" diff --git a/sample/build.gradle b/sample/build.gradle index 85e0728..bbe5e2a 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -6,7 +6,7 @@ android { defaultConfig { applicationId "com.amulyakhare.td" - minSdkVersion 10 + minSdkVersion 8 targetSdkVersion 21 versionCode 2 versionName "1.0" @@ -23,4 +23,4 @@ dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile project(':library') compile 'com.android.support:appcompat-v7:21.0.3' -} \ No newline at end of file +}