-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathmodules.gradle.kts
More file actions
28 lines (28 loc) · 864 Bytes
/
Copy pathmodules.gradle.kts
File metadata and controls
28 lines (28 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
include(":AlwaysAllowChargingFeedback")
include(":AnimationScaleMod")
include(":AntiBrightnessChange")
include(":AntiWakeLock")
include(":AutomaticAdvancedSettingsExpander")
include(":BetterBluetoothDeviceSort")
include(":BetterVerboseWiFiLogging")
include(":ClassHunter")
include(":CodecMod")
include(":DisableSounds")
include(":DontResetIfBootedAndConnected")
include(":EnableCallRecording")
include(":FreeNotifications")
include(":GalaxyWearable")
include(":HideAbi")
include(":KeepPlayingSoundcloud")
include(":Leeway")
include(":MotionEventMod")
include(":MuteSlf4jWarnings")
include(":OpenWifiOnTop")
include(":PersistentForegroundServiceNotifications")
include(":PreventAudioFocus")
include(":ResetAllNotificationChannels")
include(":RotationControl")
include(":SensorMod")
include(":SplitScreenMods")
include(":UpsideWifi")
include(":VolumeStepsIncrease")