Skip to content

Commit

Permalink
Removing references to API level 14 and 15
Browse files Browse the repository at this point in the history
  • Loading branch information
donnfelker committed Sep 5, 2012
1 parent 449144e commit b312593
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/default.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

# Project target.
target=android-15
target=android-16
2 changes: 1 addition & 1 deletion integration-tests/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="140" android:versionName="1.4-SNAPSHOT" package="com.donnfelker.android.bootstrap.tests">
<!-- Note: This file will be auto-formatted by the build (specifically android:manifest-update goal) -->

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

<application android:debuggable="true">
<uses-library android:name="android.test.runner"/>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<extensions>true</extensions>
<configuration>
<sdk>
<platform>15</platform>
<platform>16</platform>
</sdk>
<!--<undeployBeforeDeploy>true</undeployBeforeDeploy>-->
<proguard>
Expand Down

0 comments on commit b312593

Please sign in to comment.