gradle: update AGP and Kotlin

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2023-01-20 11:43:50 +05:30
parent f269fb175d
commit b353ed8ae9
No known key found for this signature in database

View File

@ -1,6 +1,6 @@
pluginManagement {
def agpVersion = "7.3.1"
def kotlinVersion = "1.7.22"
def agpVersion = "7.4.0"
def kotlinVersion = "1.8.0"
repositories {
gradlePluginPortal()
google()