fixed AppCompat 23.1.0 for ant
[pub/Android/ownCloud.git] / libs / android-support-appcompat-v7-23-1-0-exploded-aar / AndroidManifest.xml
index 58122b1..dac4cb2 100644 (file)
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2012 The Android Open Source Project
+<!-- Copyright (C) 2012 The Android Open Source Project
 
      Licensed under the Apache License, Version 2.0 (the "License");
      you may not use this file except in compliance with the License.
      limitations under the License.
 -->
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
-    package="android.support.v7.appcompat" >
-
-    <uses-sdk android:minSdkVersion="7" />
-
+          package="android.support.v7.appcompat">
+    <uses-sdk android:minSdkVersion="7"/>
     <application />
-
-</manifest>
\ No newline at end of file
+</manifest>