fixing kotlin version for android share intent

This commit is contained in:
Roland Osborne 2023-04-22 00:16:55 -07:00
parent e4f5b55613
commit 6881fb846f

View File

@ -3,9 +3,10 @@
buildscript { buildscript {
ext { ext {
buildToolsVersion = "33.0.0" buildToolsVersion = "33.0.0"
minSdkVersion = 21 minSdkVersion = 24
compileSdkVersion = 33 compileSdkVersion = 33
targetSdkVersion = 33 targetSdkVersion = 33
kotlinVersion = "1.5.20"
// 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"