You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: