Farmacias 2.1. Now with Backup support for preferences on Froyo...
This commit is contained in:
parent
c26c5411a2
commit
711d82559f
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.r3pek.pharmacies" android:versionCode="11" android:versionName="2.0.2" android:installLocation="auto">
|
package="org.r3pek.pharmacies" android:installLocation="auto" android:versionCode="12" android:versionName="2.1">
|
||||||
<application android:icon="@drawable/icon" android:label="@string/app_name" android:debuggable="false" android:backupAgent=".backup.MyBackupAgent">
|
<application android:icon="@drawable/icon" android:label="@string/app_name" android:debuggable="false" android:backupAgent=".backup.MyBackupAgent">
|
||||||
<activity android:name="MyPreferences"/>
|
<activity android:name="MyPreferences"/>
|
||||||
<activity android:name="PharmacyList"/>
|
<activity android:name="PharmacyList"/>
|
||||||
|
|
Loading…
Reference in a new issue