-
- Downloads
Bug 1627354: Part 2 - Update gradle files to set buildToolsVersion; r=nalexander
Per https://developer.android.com/studio/releases/build-tools, the default version of the build tools used is internal to the Gradle plugin for Android, which in the current version of Gradle is 28. To use 29, we need to explicitly specify that in `.gradle` files using `buildToolsVersion`. We also change the specification of `compileSdkVersion` to obtain that information from the build configuration. Differential Revision: https://phabricator.services.mozilla.com/D69632 --HG-- extra : moz-landing-system : lando
Showing
- build.gradle 2 additions, 1 deletionbuild.gradle
- mobile/android/examples/messaging_example/app/build.gradle 1 addition, 0 deletionsmobile/android/examples/messaging_example/app/build.gradle
- mobile/android/examples/port_messaging_example/app/build.gradle 2 additions, 1 deletion.../android/examples/port_messaging_example/app/build.gradle
- mobile/android/geckoview/build.gradle 1 addition, 0 deletionsmobile/android/geckoview/build.gradle
- mobile/android/geckoview_example/build.gradle 1 addition, 0 deletionsmobile/android/geckoview_example/build.gradle
Please register or sign in to comment