Update build.gradle

This commit is contained in:
Marcos Rodriguez Velez 2024-07-11 19:54:31 -04:00
parent a1dff86a20
commit 9102f503c4
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. // We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP.
ndkVersion = "23.1.7779620" ndkVersion = "23.1.7779620"
kotlin_version = '1.9.23' kotlin_version = '1.9.23'
kotlinVersion = '1.9.23' kotlinVersion = '1.9.20'
} }
repositories { repositories {
google() google()