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

github.com/stefan-niedermann/nextcloud-notes.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>2022-08-10 16:47:36 +0300
committerGitHub <noreply@github.com>2022-08-10 16:47:36 +0300
commitc41cf9f79b9ad8d150b8c0ce44dc12ddeaf6ef95 (patch)
treef08e53ef6ad0f2b7f246b236e8d84cf1c1ecde03
parent7f5842ced8cfb876d6b62868be8bfc80920a2962 (diff)
Bump gradle from 7.3.0-beta05 to 7.4.0-alpha09dependabot/gradle/com.android.tools.build-gradle-7.4.0-alpha09
Bumps gradle from 7.3.0-beta05 to 7.4.0-alpha09. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-minor ... 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 6a4a994a..fe3aa248 100644
--- a/build.gradle
+++ b/build.gradle
@@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
- classpath 'com.android.tools.build:gradle:7.3.0-beta05'
+ classpath 'com.android.tools.build:gradle:7.4.0-alpha09'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files