chore(deps): update android.plugin to v8.1.0 (#447)

* chore(deps): update android.plugin to v8.1.0

* fix: configure android plugins

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: jarnedemeulemeester <jarnedemeulemeester@gmail.com>
This commit is contained in:
renovate[bot] 2023-07-28 18:03:29 +02:00 committed by GitHub
parent a5db588c17
commit c03c54c6ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ allprojects {
}
val configureAndroid = { _: AppliedPlugin ->
extensions.configure<CommonExtension<*, *, *, *>>("android") {
extensions.configure<CommonExtension<*, *, *, *, *>>("android") {
lint {
informational += "MissingTranslation"
}

View file

@ -1,6 +1,6 @@
[versions]
aboutlibraries = "10.8.3"
android-plugin = "8.0.2"
android-plugin = "8.1.0"
androidx-activity = "1.7.2"
androidx-appcompat = "1.6.1"
androidx-constraintlayout = "2.1.4"