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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
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
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:
maven { url 'https://maven.google.com' }
to the build.gradle -> update: now justgoogle()
compile
statements withimplementation
in build.gradleUpdate: migration guide is here
The text was updated successfully, but these errors were encountered: