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

Android Studio 3.0 breaking changes #9364

Closed
tobrun opened this issue Jun 26, 2017 · 2 comments
Closed

Android Studio 3.0 breaking changes #9364

tobrun opened this issue Jun 26, 2017 · 2 comments
Labels
Android Mapbox Maps SDK for Android

Comments

@tobrun
Copy link
Member

tobrun commented Jun 26, 2017

Google recently announced Android Studio 3.0 on Google I/O 2017. This major version update contains a couple of breaking changes. While we're currently withholding doing the update, I'm tracking these changes in the meantime here for easy of tracking / implementation:

  • Google migrates to their own maven repository in favour of support repository
    • add maven { url 'https://maven.google.com' } to the build.gradle -> update: now just google()
    • look into CircleCI configuration changes for the base image
  • replace compile statements with implementation in build.gradle
  • enable java 8 language features, refactor lamba
  • TBA

Update: migration guide is here

@tobrun tobrun added the Android Mapbox Maps SDK for Android label Jun 26, 2017
@tobrun
Copy link
Member Author

tobrun commented Nov 9, 2017

Adding enabling java 8 language features to the list.

@tobrun
Copy link
Member Author

tobrun commented Jan 16, 2018

this happened in #10549

@tobrun tobrun closed this as completed Jan 16, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Android Mapbox Maps SDK for Android
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant