From 04c01120aa3717313b5baab9615441e236a25984 Mon Sep 17 00:00:00 2001 From: daisuke-nomura Date: Sun, 12 Feb 2017 15:53:43 +0900 Subject: [PATCH] minSdkVersion 14 --- example/build.gradle | 4 ++-- library/build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/build.gradle b/example/build.gradle index fcb2ded..2fa3ccc 100755 --- a/example/build.gradle +++ b/example/build.gradle @@ -6,7 +6,7 @@ android { buildToolsVersion "25.0.2" defaultConfig { applicationId "com.kyaracter.crash.example" - minSdkVersion 21 + minSdkVersion 14 targetSdkVersion 25 versionCode 1 versionName "1.0" @@ -29,7 +29,7 @@ dependencies { androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { exclude group: 'com.android.support', module: 'support-annotations' }) - compile 'com.android.support:appcompat-v7:25.1.0' + compile 'com.android.support:appcompat-v7:25.1.1' compile 'com.android.support.constraint:constraint-layout:1.0.0-beta4' testCompile 'junit:junit:4.12' compile project(':library') diff --git a/library/build.gradle b/library/build.gradle index 7deb2db..849f0e0 100755 --- a/library/build.gradle +++ b/library/build.gradle @@ -9,7 +9,7 @@ android { buildToolsVersion "25.0.2" defaultConfig { - minSdkVersion 21 + minSdkVersion 14 targetSdkVersion 25 versionCode 1 versionName "1.0"