Skip to content

Commit

Permalink
Bump the target SDK version to 8 (Android 2.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
John Wood committed Dec 6, 2010
1 parent de4412f commit 47ac225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions standup-timer/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"
package="net.johnpwood.android.standuptimer"
android:versionCode="4" android:versionName="1.3">
<application android:icon="@drawable/icon" android:label="@string/app_name">
<application android:icon="@drawable/icon" android:label="@string/app_name" android:debuggable="true">

<activity android:name=".ConfigureStandupTimer" android:label="@string/app_name">
<intent-filter>
Expand All @@ -25,6 +25,6 @@

</application>
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-sdk android:minSdkVersion="2" android:targetSdkVersion="7" />
<uses-sdk android:minSdkVersion="2" android:targetSdkVersion="8" />
<supports-screens android:smallScreens="false" />
</manifest>

0 comments on commit 47ac225

Please sign in to comment.