-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathmodules.gradle.kts
More file actions
26 lines (26 loc) · 811 Bytes
/
modules.gradle.kts
File metadata and controls
26 lines (26 loc) · 811 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
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(":MotionEventMod")
include(":MuteSlf4jWarnings")
include(":OpenWifiOnTop")
include(":PersistentForegroundServiceNotifications")
include(":PreventAudioFocus")
include(":ResetAllNotificationChannels")
include(":RotationControl")
include(":SensorMod")
include(":SplitScreenMods")
include(":UpsideWifi")
include(":VolumeStepsIncrease")