forked from Esri/arcgis-runtime-samples-android
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.gradle
44 lines (44 loc) · 1.19 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
include ':AddCSV2GraphicsLayer',
':AttributeEditor',
':Basemaps',
':BasicLicense',
':ClassBreaksRenderer',
':ClosestFacilities',
':Convert2MGRSGrid',
':CreateRuntimeGeodatabase',
':DynamicLayerRenderer',
':ExportTileCacheTask',
':FeatureServiceTableQuery',
':FeatureUserGroup',
':FragmentManagement',
':GeoJSONEarthquakeMap',
':GeometryEditor',
':GeometrySample',
':HelloWorld',
':IdentifyTask',
':LocalMBTiles',
':LocalRasterData',
':MapLegend',
':MapRotation',
':Measure',
':MilSym2525c',
':Nearby',
':OAuth2',
':OfflineAnalysis',
':OfflineEditor',
':OfflineRoutingAndGeocoding',
':PlaceSearch',
':PopupInWebMapForEditing',
':PopupInWebMapForViewing',
':PopupUICustomization',
':QueryCloudFeatureService',
':QueryTask',
':Routing',
':ServiceArea',
':SimpleMap',
':StandardLicense',
':StandardLicenseOffline',
':SwitchMaps',
':UniqueValueRenderer',
':ViewShed',
':WmsLayer'