Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-24 15:39:11 +0300
committerGitHub <noreply@github.com>2024-01-24 15:39:11 +0300
commit8b61f7a05224f7df9b48bc1ca3c1e1f00010e71d (patch)
tree993768cc323387a9cf8cf144bd6300f0dd48799b
parente6530a917a3505a24314f2dd46735226f5286104 (diff)
build(deps): Bump com.android.tools.build:gradle from 8.2.1 to 8.2.2dependabot/gradle/com.android.tools.build-gradle-8.2.2
Bumps com.android.tools.build:gradle from 8.2.1 to 8.2.2. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 3ae3d6c49..b010fcfba 100644
--- a/build.gradle
+++ b/build.gradle
@@ -7,7 +7,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:8.2.1'
+ classpath 'com.android.tools.build:gradle:8.2.2'
//noinspection DifferentKotlinGradleVersion
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22"