We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0015c51 commit e38ac34Copy full SHA for e38ac34
AndroidManifest.xml
@@ -7,10 +7,10 @@
7
8
<uses-sdk
9
android:minSdkVersion="7"
10
- android:targetSdkVersion="18" />
+ android:targetSdkVersion="22" />
11
12
<application
13
- android:allowBackup="true"
+ android:allowBackup="true"pa
14
android:icon="@drawable/ic_launcher"
15
android:label="@string/app_name" >
16
<activity
project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-18
+target=android-22
0 commit comments