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 +}