diff --git a/android/java/MapboxGLAndroidSDK/build.gradle b/android/java/MapboxGLAndroidSDK/build.gradle index 1031a058d15..1f7c7d1ed4c 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 7e57867f125..cfab96033be 100644 --- a/android/java/MapboxGLAndroidSDK/src/main/java/overview.html +++ b/android/java/MapboxGLAndroidSDK/src/main/java/overview.html @@ -4,7 +4,8 @@
For more information, check out our online overview. - + +