hhunaid / react-native-image-crop-tools

Native-ish Image Crop Tools for react native
171 stars 58 forks source link

> Task :app:checkDebugDuplicateClasses FAILED #88

Open AdityaSinghXenelsoft opened 4 months ago

AdityaSinghXenelsoft commented 4 months ago

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