Skip to content
This repository was archived by the owner on Jun 19, 2021. It is now read-only.

Commit e16be50

Browse files
committed
Merge pull request #7 from kaiwinter/master
Lowered minSdkVersion from 15 to 11
2 parents 7fbc7de + fb581ca commit e16be50

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ android {
66

77
defaultConfig {
88
applicationId "za.co.riggaroo.helptut.helptutorialexample"
9-
minSdkVersion 15
9+
minSdkVersion 11
1010
targetSdkVersion 23
1111
versionCode 1
1212
versionName "1.0"

materialhelptutorial/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ android {
1313
buildToolsVersion "23.0.2"
1414

1515
defaultConfig {
16-
minSdkVersion 15
16+
minSdkVersion 11
1717
targetSdkVersion 23
1818
versionCode 5
1919
versionName version

0 commit comments

Comments
 (0)