Skip to content

Commit e38ac34

Browse files
author
danielme-com
committed
target Lollipop
1 parent 0015c51 commit e38ac34

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
<uses-sdk
99
android:minSdkVersion="7"
10-
android:targetSdkVersion="18" />
10+
android:targetSdkVersion="22" />
1111

1212
<application
13-
android:allowBackup="true"
13+
android:allowBackup="true"pa
1414
android:icon="@drawable/ic_launcher"
1515
android:label="@string/app_name" >
1616
<activity

project.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
1212

1313
# Project target.
14-
target=android-18
14+
target=android-22

0 commit comments

Comments
 (0)