Bump to the Android Gradle Plugin 4.0.1

This additionally adds the `android.useAndroidX` option
to fix an error raised by the new plugin. Note that this
might potentially fix bug 1645372.
This commit is contained in:
Alessio Placitelli 2020-08-07 07:58:54 +02:00
Родитель 1edca93ae5
Коммит f9a476fee5
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -11,7 +11,7 @@ buildscript {
// changing them. Please note that, for using in Android-Components, the // changing them. Please note that, for using in Android-Components, the
// versions below must match the ones in that repository. // versions below must match the ones in that repository.
ext.versions = [ ext.versions = [
android_gradle_plugin: '3.5.3', android_gradle_plugin: '4.0.1',
android_maven_publish_plugin: '3.6.2', android_maven_publish_plugin: '3.6.2',
coroutines: '1.3.5', coroutines: '1.3.5',
dokka: '0.9.17', dokka: '0.9.17',

Просмотреть файл

@ -21,3 +21,5 @@ libVcsUrl=https://github.com/mozilla/glean.git
libLicense=MPL-2.0 libLicense=MPL-2.0
libLicenseUrl=https://www.mozilla.org/en-US/MPL/2.0/ libLicenseUrl=https://www.mozilla.org/en-US/MPL/2.0/
android.useAndroidX=true