-
-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathsettings.gradle.kts
More file actions
51 lines (46 loc) · 1.19 KB
/
Copy pathsettings.gradle.kts
File metadata and controls
51 lines (46 loc) · 1.19 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
//include(":Someone")
//include(":byebyeSlashCommands")
include(":EncryptDMs")
include(":HeicImageConverter")
include(":LightShotRoulette")
include(":BetterSilentTyping")
include(":HighlightReplies")
include(":EditServersLocally")
include(":InvisibleMessages")
include(":StupidityDB")
include(":Base64")
include(":EditMessagesLocally")
include(":Vibrator")
include(":PluginRepo")
include(":KyzaMode")
include(":ThemeRepo")
//include(":0TestPlugin")
include(":Vibrator2")
include(":GoodPerson")
include(":StupitCase")
include(":Amog\u200C\u200Dus")
include(":ReviewDB")
include(":ServerReviews")
include(":EditEverything")
include(":DisableVerifyScreen")
include(":UpsideDownChat")
include(":ShuffleUsers")
include(":VoiceMessages")
include(":UserReviews")
include(":TypingProfiles")
//include(":Shortcuts")
//include(":FixTimestamps")
include(":AvatarResizer")
include(":PowerMode")
include(":PasswordLogin")
include(":MoreGifProviders")
include(":SwipeMediaViewer")
include(":PerformanceTuner")
include(":ChannelTabs")
// include(":AnyPluginDownloader")
rootProject.name = "AliucordPlugins"
include(":AudioPlayer")
include(":MessageForwarder")
include(":PhotoEditor")
include(":MediaFavorites")
include(":NewIcons")