Skip to content
This repository was archived by the owner on Apr 7, 2020. It is now read-only.

Commit 64f8447

Browse files
increase version
1 parent baa3da0 commit 64f8447

File tree

4 files changed

+416
-7
lines changed

4 files changed

+416
-7
lines changed

Integreat/Integreat.Droid/Properties/AndroidManifest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="tuerantuer.app.integreat" android:installLocation="auto" android:versionCode="55610" android:versionName="2.3.1">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="tuerantuer.app.integreat" android:installLocation="auto" android:versionCode="55611" android:versionName="2.3.2">
33
<uses-sdk android:minSdkVersion="15" android:targetSdkVersion="26" />
44
<uses-permission android:name="android.permission.INTERNET" />
5-
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE"/>
6-
<uses-permission android:name="android.permission.WAKE_LOCK" />
5+
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
6+
<uses-permission android:name="android.permission.WAKE_LOCK" />
77
<application android:label="Integreat" android:largeHeap="true" android:theme="@style/MyTheme" android:icon="@mipmap/icon">
88
<!-- Set custom default icon. This is used when no icon is set for incoming notification messages.
99
See README(https://goo.gl/l4GJaQ) for more. -->

0 commit comments

Comments
 (0)