From 7dab5f38f8abb0bee43cd2719f62357937362ff4 Mon Sep 17 00:00:00 2001 From: mihaicristianpetrescu Date: Thu, 14 Jan 2016 18:33:26 +0200 Subject: [PATCH] Update AndroidManifest.xml Removed android:allowBackup="true" because it forces the Android Project I'm working on to also use it otherwise it will throw a Manifest Merger conflict. --- lib-manipulation/src/main/AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib-manipulation/src/main/AndroidManifest.xml b/lib-manipulation/src/main/AndroidManifest.xml index 6b6eccb3..38a665fd 100644 --- a/lib-manipulation/src/main/AndroidManifest.xml +++ b/lib-manipulation/src/main/AndroidManifest.xml @@ -18,9 +18,9 @@ package="com.nhaarman.listviewanimations.itemmanipulation" xmlns:android="http://schemas.android.com/apk/res/android"> - + - \ No newline at end of file +