Skip to content

Commit 7eb7c18

Browse files
committed
fix formatting
1 parent caa42e1 commit 7eb7c18

5 files changed

Lines changed: 6 additions & 5 deletions

File tree

AntiBrightnessChange/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest
33
xmlns:android="http://schemas.android.com/apk/res/android">
4-
4+
55
<application android:label="AntiBrightnessChange">
66
<meta-data
77
android:name="xposedmodule"

BetterVerboseWiFiLogging/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@
2020
android:resource="@array/scope"
2121
/>
2222
</application>
23+
2324
</manifest>

MotionEventMod/src/main/AndroidManifest.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest
33
xmlns:android="http://schemas.android.com/apk/res/android">
4-
4+
55
<application
66
android:icon="@android:drawable/ic_menu_edit"
77
android:label="MotionEventMod"
88
>
9-
9+
1010
<meta-data
1111
android:name="xposedmodule"
1212
android:value="true"
@@ -23,7 +23,6 @@
2323
android:name="xposedscope"
2424
android:resource="@array/scope"
2525
/>
26-
2726
</application>
2827

2928
</manifest>

RotationControl/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@
2323
android:resource="@array/scope"
2424
/>
2525
</application>
26+
2627
</manifest>

buildSrc/src/main/kotlin/common.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ if (isAndroid) {
181181
"**/*.kotlin_builtins",
182182
"**/*.kotlin_metadata",
183183
"**/*.kotlin_module",
184-
"kotlin-tooling-metadata.json"
184+
"kotlin-tooling-metadata.json",
185185
)
186186
}
187187
}

0 commit comments

Comments
 (0)