-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[android] updated mapbox-sdk-services to 3.0.1 #11593
Conversation
558bebf
to
c9e1e74
Compare
Upgrade to MAS 3.0.1 resulted in the error below.
Search for similar problems shows that other people have been having similar issue and that could be related to https://issuetracker.google.com/issues/69380617 Also here is a similar problem in another github project kiwix/kiwix-android#518 I think they resolved it by upgrading to to Android Gradle Plugin 3.1.0 from 3.0.1 ( the one we have). |
Tried bumping Android Gradle Plugin to 3.1.0 as per https://developer.android.com/studio/releases/gradle-plugin.html#updating-gradle |
@osana CI is failing because it doesn't support 27.0.3, see the dockerfile in https://github.com/mapbox/mbgl-ci-images/blob/master/android-ndk-r16b/Dockerfile#L43. I'm waiting for the release of 28.0.0, which is now in RC.1, to update the CI images. I'm not seeing why we need to bump these items if I take a look at the mapbox-java configuration. Will dig a little bit deeper to find the root cause. |
@tobrun I cannot reproduce the build problem building locally so this was a bit of experimentation. I will update the branch back to just updating MAS version so that you could see the error. |
addresses mapbox/mapbox-java#783