-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.gradle
executable file
·54 lines (53 loc) · 1.29 KB
/
settings.gradle
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
52
53
54
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
// repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
//include ':androidp'
//include ':shadersNfilters'
//include ':mediaeffectswithopengles',
//include ':mediasdk'
//include ':aireminder'
//include ':testcode', ':camerax'//, ':preferencesample'
//include ':canvas'
//include ':opeglesgame'
//include ':tutsopengles'
//include ':launchmode'
//include ':audioprocessing'
//include ':processbuilderex'
//include ':camera2'
//include ':verticaledittext', ':hijricalendar'
//include ':camera'
//include ':webviewfeatures'
//include ':players'
//include ':retrosquashgame'
//include ':snake'
//include ':gameframework', ':testframework', ':mrnom'
//include ':mediaapi'
//include ':removeorientationtest'
//include ':ffmpegjni'
//include ':androidservices'
//include ':dagger2'
//include ':motionlayout'
//include ':flexbox'
//include ':buildflavours'
//include ':oldnavigation'
//include ':moshi'
//include ':pdf'
//include ':animation'
//include ':device'
//include ':appwidget'
//include ':bluetooth'
//include ':mediax'
//include ':widgets'
//include ':tencent-miniapp'
include ':socketio'