Skip to content

Commit

Permalink
set targetSdkVersion to android-20 aka 4.4W
Browse files Browse the repository at this point in the history
  • Loading branch information
eighthave committed Sep 5, 2014
1 parent 6b35d9a commit 2eea13a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
3 changes: 2 additions & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@

<uses-sdk
android:minSdkVersion="9"
android:targetSdkVersion="17" />
android:targetSdkVersion="20" />

<application
android:icon="@drawable/icon"
android:allowBackup="false"
android:label="@string/app_name" >
<activity
android:name=".FileBrowser"
Expand Down
15 changes: 1 addition & 14 deletions project.properties
Original file line number Diff line number Diff line change
@@ -1,14 +1 @@
# This file is automatically generated by Android Tools.
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
#
# This file must be checked in Version Control Systems.
#
# To customize properties used by the Ant build system edit
# "ant.properties", and override values to adapt the script to your
# project structure.
#
# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt

# Project target.
target=android-9
target=android-20

0 comments on commit 2eea13a

Please sign in to comment.