Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[android] Remove R and BuildType from JavaDoc. Remove iOS image.
Browse files Browse the repository at this point in the history
For #2002
  • Loading branch information
Leith Bade committed Oct 16, 2015
1 parent a422a1d commit 4ea8e4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/java/MapboxGLAndroidSDK/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
3 changes: 2 additions & 1 deletion android/java/MapboxGLAndroidSDK/src/main/java/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<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.
Expand Down

0 comments on commit 4ea8e4b

Please sign in to comment.