From ee62a2056232202add6c726cae05d12f4de8eadd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 21:28:25 +0200 Subject: [PATCH] Update dependency com.android.tools.build:gradle to v8.1.1 (#629) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f084527e..1d38ae3f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ truth = "1.1.5" [libraries] okhttp = "com.squareup.okhttp3:okhttp:4.11.0" dokka = "org.jetbrains.dokka:dokka-gradle-plugin:1.9.0" -android-plugin = "com.android.tools.build:gradle:8.1.0" +android-plugin = "com.android.tools.build:gradle:8.1.1" ktlint-plugin = "org.jlleitschuh.gradle:ktlint-gradle:11.5.1" maven-publish-plugin = "com.vanniktech:gradle-maven-publish-plugin:0.25.3" buildconfig-plugin = "com.github.gmazzo:gradle-buildconfig-plugin:3.1.0"