chore(deps): update dependency gradle to v7.4 (#1717)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
renovate[bot] 2022-02-08 12:03:18 +00:00 committed by GitHub
parent 6dd6299ba8
commit b12abc6ac7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 2 additions and 19 deletions

View file

@ -1,12 +0,0 @@
/*
* Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
* SPDX-License-Identifier: GPL-3.0-only
*/
import org.gradle.api.tasks.wrapper.Wrapper
import org.gradle.kotlin.dsl.withType
tasks.withType<Wrapper> {
gradleVersion = "7.4-rc-2"
distributionSha256Sum = "21491c9f0656e1529ccb39cbd587d01c33ba00d25f994b10240748ed0d45894a"
}

View file

@ -5,8 +5,6 @@
rootProject.name = "build-logic"
enableFeaturePreview("VERSION_CATALOGS")
dependencyResolutionManagement {
repositories {
google()