Skip to content

Commit 2eea13a

Browse files
committed
set targetSdkVersion to android-20 aka 4.4W
1 parent 6b35d9a commit 2eea13a

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

AndroidManifest.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66

77
<uses-sdk
88
android:minSdkVersion="9"
9-
android:targetSdkVersion="17" />
9+
android:targetSdkVersion="20" />
1010

1111
<application
1212
android:icon="@drawable/icon"
13+
android:allowBackup="false"
1314
android:label="@string/app_name" >
1415
<activity
1516
android:name=".FileBrowser"

project.properties

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,14 +1 @@
1-
# This file is automatically generated by Android Tools.
2-
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
3-
#
4-
# This file must be checked in Version Control Systems.
5-
#
6-
# To customize properties used by the Ant build system edit
7-
# "ant.properties", and override values to adapt the script to your
8-
# project structure.
9-
#
10-
# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
11-
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
12-
13-
# Project target.
14-
target=android-9
1+
target=android-20

0 commit comments

Comments
 (0)