Update build.gradle

This commit is contained in:
Marcos Rodriguez Velez 2024-07-19 19:58:14 -04:00
parent a1f8654e08
commit 077499812a
No known key found for this signature in database
GPG key ID: 6030B2F48CCE86D7

View file

@ -15,7 +15,7 @@ buildscript {
// We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP.
ndkVersion = "23.1.7779620"
kotlin_version = '1.9.25'
kotlinVersion = '1.9.23'
kotlinVersion = '1.9.25'
}
repositories {
google()