Merge pull request #555 from SamWhited/build-fixes
Fix problem when merging manifests during a Gradle build
This commit is contained in:
		
						commit
						30648a835d
					
				| @ -1,5 +1,6 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     xmlns:tools="http://schemas.android.com/tools" | ||||
|     package="eu.siacs.conversations" | ||||
|     android:versionCode="31" | ||||
|     android:versionName="0.7.3" > | ||||
| @ -22,6 +23,7 @@ | ||||
|         android:allowBackup="true" | ||||
|         android:icon="@drawable/ic_launcher" | ||||
|         android:label="@string/app_name" | ||||
|         tools:replace="android:label" | ||||
|         android:theme="@style/ConversationsTheme" > | ||||
|         <service android:name="eu.siacs.conversations.services.XmppConnectionService" /> | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Daniel Gultsch
						Daniel Gultsch