This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[android] mapbox-events-android vendor
- Loading branch information
1 parent
f1ddf65
commit ac26f62
Showing
5 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
include ':MapboxGLAndroidSDK', ':MapboxGLAndroidSDKTestApp', ':MapboxGLAndroidSDKLint', ':MapboxAndroidGestures', ':services-core', ':services-geojson', ':services-turf' | ||
include ':MapboxGLAndroidSDK', ':MapboxGLAndroidSDKTestApp', ':MapboxGLAndroidSDKLint', ':MapboxAndroidGestures', ':services-core', ':services-geojson', ':services-turf', ':libtelemetry', ':libcore' | ||
project(':MapboxAndroidGestures').projectDir = new File('vendor/mapbox-gestures-android/library') | ||
project(':services-core').projectDir = new File('vendor/mapbox-java/services-core') | ||
project(':services-geojson').projectDir = new File('vendor/mapbox-java/services-geojson') | ||
project(':services-turf').projectDir = new File('vendor/mapbox-java/services-turf') | ||
project(':services-turf').projectDir = new File('vendor/mapbox-java/services-turf') | ||
project(':libtelemetry').projectDir = new File('vendor/mapbox-events-android/libtelemetry') | ||
project(':libcore').projectDir = new File('vendor/mapbox-events-android/libcore') |
Submodule mapbox-events-android
added at
2802f0