gradle: bump AGP and Kotlin

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2022-05-26 05:32:33 +05:30
parent b3112ab0bd
commit 059bf88141
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80

View File

@ -1,6 +1,6 @@
pluginManagement { pluginManagement {
def agpVersion = "7.1.3" def agpVersion = "7.2.1"
def kotlinVersion = "1.6.20" def kotlinVersion = "1.6.21"
repositories { repositories {
gradlePluginPortal() gradlePluginPortal()
google() google()