Place some xml closing tags separate for readability

This also means that diffs will get better if more lines are added to the end
of each attribute list
This commit is contained in:
Daniel Martí 2015-03-05 16:06:10 +01:00
parent 27f5793fd8
commit 8c7a821e8d

View File

@ -4,12 +4,14 @@
package="org.fdroid.fdroid" package="org.fdroid.fdroid"
android:installLocation="auto" android:installLocation="auto"
android:versionCode="790" android:versionCode="790"
android:versionName="0.79-test" > android:versionName="0.79-test"
>
<uses-sdk <uses-sdk
tools:overrideLibrary="org.thoughtcrime.ssl.pinning" tools:overrideLibrary="org.thoughtcrime.ssl.pinning"
android:minSdkVersion="7" android:minSdkVersion="7"
android:targetSdkVersion="21" /> android:targetSdkVersion="21"
/>
<supports-screens <supports-screens
android:anyDensity="true" android:anyDensity="true"
@ -17,7 +19,8 @@
android:normalScreens="true" android:normalScreens="true"
android:resizeable="true" android:resizeable="true"
android:smallScreens="true" android:smallScreens="true"
android:xlargeScreens="true" /> android:xlargeScreens="true"
/>
<uses-feature <uses-feature
android:name="android.hardware.telephony" android:name="android.hardware.telephony"