Prepare 1.1.2 release

This commit is contained in:
mar-v-in 2015-01-01 13:50:17 +01:00
parent 892255fc56
commit a59e3bb9f7

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.microg.nlp"
android:versionName="1.1.1"
android:versionCode="1101">
android:versionName="1.1.2"
android:versionCode="1102">
<uses-sdk
android:minSdkVersion="9" />
@ -83,12 +83,6 @@
</intent-filter>
</activity>
<activity android:name=".ui.LocationBackendConfig"
android:label="@string/configure_location_backends" />
<activity android:name=".ui.GeocodeBackendConfig"
android:label="@string/configure_geocoder_backends" />
<receiver android:name="org.microg.nlp.PackageReceiver">
<intent-filter>
<action android:name="android.intent.action.PACKAGE_ADDED" />