fix(deps): update dependency com.android.tools.build:gradle to v7.3.0 (#2127)

* fix(deps): update dependency com.android.tools.build:gradle to v7.3.0

* chore(ci): bump AGP version in matrix

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
renovate[bot] 2022-09-15 18:22:22 +00:00 committed by GitHub
parent 21935b5196
commit 579449a075
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -13,8 +13,7 @@ jobs:
fail-fast: false
matrix:
agp-version:
- 7.2.1
- 7.3.0-rc01
- 7.3.0
- 7.4.0-alpha10
gradle-version:
- wrapper

View File

@ -1,5 +1,5 @@
[versions]
agp = "7.2.2"
agp = "7.3.0"
androidxActivity = "1.6.0-rc02"
bouncycastle = "1.71"
composeFoundation = "1.3.0-beta02"