forked from mauimauer/AndroidWearable-Samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.gradle
17 lines (17 loc) · 876 Bytes
/
settings.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include ':AgendaData:Application', ':AgendaData:Wearable',
':DataLayer:Application', ':DataLayer:Wearable',
':DelayedConfirmation:Application', ':DelayedConfirmation:Wearable',
':ElizaChat',
':EmbeddedApp:Application', ':EmbeddedApp:Wearable',
':FindMyPhone:Application', ':FindMyPhone:Wearable',
':Flashlight:Wearable',
':Geofencing:Application', ':Geofencing:Wearable',
':GridViewPager:Wearable',
':JumpingJack:Wearable',
':Notifications:Application', ':Notifications:Wearable',
':Quiz:Application', ':Quiz:Wearable',
':RecipeAssistant:Application',
':SkeletonWearableApp:Wearable',
':SynchronizedNotifications:Application', ':SynchronizedNotifications:Wearable', ':SynchronizedNotifications:Common',
':Timer:Wearable',
':WatchViewStub:Wearable'