File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
2
2
# Project target.
3
- target =android-15
3
+ target =android-16
Original file line number Diff line number Diff line change 2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionCode =" 140" android : versionName =" 1.4-SNAPSHOT" package =" com.donnfelker.android.bootstrap.tests" >
3
3
<!-- Note: This file will be auto-formatted by the build (specifically android:manifest-update goal) -->
4
4
5
- <uses-sdk android : minSdkVersion =" 8" android : targetSdkVersion =" 14 " />
5
+ <uses-sdk android : minSdkVersion =" 8" android : targetSdkVersion =" 16 " />
6
6
7
7
<application android : debuggable =" true" >
8
8
<uses-library android : name =" android.test.runner" />
Original file line number Diff line number Diff line change 57
57
<extensions >true</extensions >
58
58
<configuration >
59
59
<sdk >
60
- <platform >15 </platform >
60
+ <platform >16 </platform >
61
61
</sdk >
62
62
<!-- <undeployBeforeDeploy>true</undeployBeforeDeploy>-->
63
63
<proguard >
You can’t perform that action at this time.
0 commit comments