Commit fb581ca
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#51 parent 7fbc7de commit fb581ca
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments