Build failed !!
My kotlin version is 1.6.10
ext {
buildToolsVersion = "33.0.0"
minSdkVersion = 21
compileSdkVersion = 33
targetSdkVersion = 33
supportLibraryVersion= '28.0.0' // new
androidMapsUtilsVersion = "+0.5" // new
// 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.6.10' // <- new line added
playServiceVersion="20.7.0"
}
In gradle.properties
android.useAndroidX=true
Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
Build failed !!
My kotlin version is 1.6.10
ext {
buildToolsVersion = "33.0.0"
minSdkVersion = 21
compileSdkVersion = 33
targetSdkVersion = 33
supportLibraryVersion= '28.0.0' // new
androidMapsUtilsVersion = "+0.5" // new
// 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.6.10' // <- new line added
playServiceVersion="20.7.0"
}
In gradle.properties
android.useAndroidX=true
Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true