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:
parent
27f5793fd8
commit
8c7a821e8d
@ -4,12 +4,14 @@
|
||||
package="org.fdroid.fdroid"
|
||||
android:installLocation="auto"
|
||||
android:versionCode="790"
|
||||
android:versionName="0.79-test" >
|
||||
android:versionName="0.79-test"
|
||||
>
|
||||
|
||||
<uses-sdk
|
||||
tools:overrideLibrary="org.thoughtcrime.ssl.pinning"
|
||||
android:minSdkVersion="7"
|
||||
android:targetSdkVersion="21" />
|
||||
android:targetSdkVersion="21"
|
||||
/>
|
||||
|
||||
<supports-screens
|
||||
android:anyDensity="true"
|
||||
@ -17,7 +19,8 @@
|
||||
android:normalScreens="true"
|
||||
android:resizeable="true"
|
||||
android:smallScreens="true"
|
||||
android:xlargeScreens="true" />
|
||||
android:xlargeScreens="true"
|
||||
/>
|
||||
|
||||
<uses-feature
|
||||
android:name="android.hardware.telephony"
|
||||
|
Loading…
x
Reference in New Issue
Block a user