summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2015-10-16 10:22:11 +1100
committerLeith Bade <leith@mapbox.com>2015-10-16 11:17:04 +1100
commit4ea8e4bc0afa9fdb8206a14bb54d2035c999ec18 (patch)
tree8acebd35eeac89451b4331e0bc0bb4aec4230346 /android
parenta422a1d3763e7acfa5f82041f727037b4399c991 (diff)
downloadqtlocation-mapboxgl-4ea8e4bc0afa9fdb8206a14bb54d2035c999ec18.tar.gz
[android] Remove R and BuildType from JavaDoc. Remove iOS image.
For #2002
Diffstat (limited to 'android')
-rw-r--r--android/java/MapboxGLAndroidSDK/build.gradle2
-rw-r--r--android/java/MapboxGLAndroidSDK/src/main/java/overview.html3
2 files changed, 3 insertions, 2 deletions
diff --git a/android/java/MapboxGLAndroidSDK/build.gradle b/android/java/MapboxGLAndroidSDK/build.gradle
index 1031a058d1..1f7c7d1ed4 100644
--- a/android/java/MapboxGLAndroidSDK/build.gradle
+++ b/android/java/MapboxGLAndroidSDK/build.gradle
@@ -79,7 +79,7 @@ android.libraryVariants.all { variant ->
destinationDir = new File(destinationDir, variant.baseName)
source = files(variant.javaCompile.source)
classpath = files(variant.javaCompile.classpath.files) + files(android.bootClasspath)
- //exclude '**/R.java'
+ exclude '**/R.java', '**/BuildConfig.java', 'com/almeros/**'
options.windowTitle("Mapbox Android SDK $VERSION_NAME Reference")
options.docTitle("Mapbox Android SDK $VERSION_NAME")
options.header("Mapbox Android SDK $VERSION_NAME Reference")
diff --git a/android/java/MapboxGLAndroidSDK/src/main/java/overview.html b/android/java/MapboxGLAndroidSDK/src/main/java/overview.html
index 7e57867f12..cfab96033b 100644
--- a/android/java/MapboxGLAndroidSDK/src/main/java/overview.html
+++ b/android/java/MapboxGLAndroidSDK/src/main/java/overview.html
@@ -4,7 +4,8 @@ An open source OpenGL-based vector map solution for Android with full styling ca
<p/>
For more information, check out <a href="https://www.mapbox.com/android-sdk/">our online overview</a>.
<p/>
-<img src="https://raw.githubusercontent.com/mapbox/mapbox-gl-native/master/ios/screenshot.png"/>
+<!--TODO: Need an Android image-->
+<!--<img src="https://raw.githubusercontent.com/mapbox/mapbox-gl-native/master/ios/screenshot.png"/>-->
<h2>Changelog</h2>
<h3>2.1.0</h3>
Initial release.