Target SDK up
authorDavid A. Velasco <dvelasco@solidgear.es>
Tue, 12 Nov 2013 08:14:30 +0000 (09:14 +0100)
committerDavid A. Velasco <dvelasco@solidgear.es>
Tue, 12 Nov 2013 08:14:30 +0000 (09:14 +0100)
oc_framework/AndroidManifest.xml
oc_framework/project.properties

index bf727ad..335b898 100644 (file)
@@ -5,10 +5,9 @@
 
     <uses-sdk
         android:minSdkVersion="8"
-        android:targetSdkVersion="18" />
+        android:targetSdkVersion="19" />
 
     <application
-        android:allowBackup="true"
         android:icon="@drawable/ic_launcher"
         android:label="@string/app_name"
         android:theme="@style/AppTheme" >
index 484dab0..91d2b02 100644 (file)
@@ -11,5 +11,5 @@
 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
 
 # Project target.
-target=android-17
+target=android-19
 android.library=true