Skip to content

Commit fb581ca

Browse files
committed
Lowered minSdkVersion from 15 to 11
Using API level 11 is ok regarding to the API calls. Lower than 11 is not possible because of the ActionBar. There might be an issue because of the use of "android:fontFamily" in the layout xmls. This is only available from API level 16. But this was existing before already. I think it's negligible. Fixes riggaroo#5
1 parent 7fbc7de commit fb581ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)