OPS: Some environments required this variable to build

This commit is contained in:
Marcos Rodriguez Velez 2023-03-21 21:55:19 -04:00
parent 57f69a8295
commit a3a95a032e

View file

@ -15,6 +15,8 @@ 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.8.0'
kotlinVersion = '1.8.0'
}
repositories {
google()