Skip to content

Commit

Permalink
Merge pull request #2 from daisuke-nomura/develop
Browse files Browse the repository at this point in the history
minSdkVersion 14
  • Loading branch information
daisuke-nomura authored Feb 25, 2017
2 parents 9fd8406 + 04c0112 commit 5f8d328
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
buildToolsVersion "25.0.2"

defaultConfig {
minSdkVersion 21
minSdkVersion 14
targetSdkVersion 25
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit 5f8d328

Please sign in to comment.