From c03c54c6ce1aeec7e9028da109d0154cc90fab3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 18:03:29 +0200 Subject: [PATCH] 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 --- build.gradle.kts | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0ff0a001..98d05347 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -22,7 +22,7 @@ allprojects { } val configureAndroid = { _: AppliedPlugin -> - extensions.configure>("android") { + extensions.configure>("android") { lint { informational += "MissingTranslation" } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e7a9803f..4bcf441d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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"