From efebcf3f67ad72fc4a6b959e9d553a723ea00da2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 17:05:49 +0000 Subject: [PATCH] chore(deps): update all dependencies | datasource | package | from | to | | ----------- | ------------------------------ | --------- | --------- | | github-tags | JetBrains/qodana-action | v2022.1.1 | v2022.2.1 | | maven | com.android.tools.build:gradle | 7.2.1 | 7.2.2 | --- .github/workflows/qodana.yml | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index 26cfe374..083a3377 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: JetBrains/qodana-action@v2022.1.1 + - uses: JetBrains/qodana-action@v2022.2.1 with: linter: jetbrains/qodana-jvm-android:latest fail-threshold: 10 diff --git a/build.gradle.kts b/build.gradle.kts index ceefca61..7339c23c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ buildscript { maven(url = "https://oss.sonatype.org/content/repositories/snapshots") } dependencies { - classpath("com.android.tools.build:gradle:7.2.1") + classpath("com.android.tools.build:gradle:7.2.2") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion") classpath("com.diffplug.spotless:spotless-plugin-gradle:6.9.0") classpath("dev.ahmedmourad.nocopy:nocopy-gradle-plugin:1.4.0")