mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 03:48:12 +03:00
Bump com.android.tools.build:gradle from 7.3.1 to 7.4.1 (#8059)
Bumps com.android.tools.build:gradle from 7.3.1 to 7.4.1. --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
ebd35bdd88
commit
bf113b7571
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ ext.versions = [
|
|||
'targetCompat' : JavaVersion.VERSION_11,
|
||||
]
|
||||
|
||||
def gradle = "7.3.1"
|
||||
def gradle = "7.4.1"
|
||||
// Ref: https://kotlinlang.org/releases.html
|
||||
def kotlin = "1.8.0"
|
||||
def kotlinCoroutines = "1.6.4"
|
||||
|
|
Loading…
Reference in a new issue