You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[MAPSAND-1709](https://mapbox.atlassian.net/browse/MAPSAND-1709)
Changes in this PR:
- The Gradle wrapper is now 8.11.1
- Instead of each project having its Gradle wrapper related files we now
use soft links to the `platform/android/gradle*`. Except `maps-android`
because it uses the public one (`maps-android/mapbox-maps-android`).
- Upgrade AGP to 8.10.1
- Each module package name is now defined in the build Gradle file
`namespace` property.
- Android target SDK is now 33 for common
- Maven publication now uses `android.publishing {..}` to produce the
javadocs and source jars. Applicable to gl-native and common
(maps-android already did it)
- Align the Gradle properties related to JVM configuration.
Ideally the `gradle.properties` of each Android project would be linked
to a common one (in `<root>/platform/android`) but we can't because each
of them needs to define a slightly different `mapbox.mapboxSdkRoot`
relative path in it 😞
cc @mapbox/gl-native
cc @mapbox/maps-android
cc @mapbox/core-sdk
cc @mapbox/sdk-ci
cc @mapbox/3d-live-navigation
[MAPSAND-1709]:
https://mapbox.atlassian.net/browse/MAPSAND-1709?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
cc @mapbox/navnative
cc @mapbox/search-sdk-native
cc @mapbox/nav-core-sdk
GitOrigin-RevId: f7c432c98282c3b7d4d05e1d81582da65eb9b541
Copy file name to clipboardExpand all lines: mapbox-convention-plugin/src/main/kotlin/com/mapbox/maps/gradle/plugins/extensions/MapboxJacocoExtension.kt
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -92,9 +92,9 @@ public abstract class MapboxJacocoExtension @Inject constructor(objects: ObjectF
Copy file name to clipboardExpand all lines: mapbox-convention-plugin/src/main/kotlin/com/mapbox/maps/gradle/plugins/extensions/MapboxLibraryExtension.kt
0 commit comments