Skip to content

Commit b312593

Browse files
committed
Removing references to API level 14 and 15
1 parent 449144e commit b312593

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/default.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

22
# Project target.
3-
target=android-15
3+
target=android-16

integration-tests/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="140" android:versionName="1.4-SNAPSHOT" package="com.donnfelker.android.bootstrap.tests">
33
<!-- Note: This file will be auto-formatted by the build (specifically android:manifest-update goal) -->
44

5-
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="14"/>
5+
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="16"/>
66

77
<application android:debuggable="true">
88
<uses-library android:name="android.test.runner"/>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<extensions>true</extensions>
5858
<configuration>
5959
<sdk>
60-
<platform>15</platform>
60+
<platform>16</platform>
6161
</sdk>
6262
<!--<undeployBeforeDeploy>true</undeployBeforeDeploy>-->
6363
<proguard>

0 commit comments

Comments
 (0)