Remove deprecated dexOptions

Add conditional depency for sentry.io
This commit is contained in:
jacques 2022-01-28 15:52:55 +01:00
parent 5ee7de844e
commit 63eaca5683

View file

@ -81,10 +81,7 @@ android {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
dexOptions {
incremental false
javaMaxHeapSize "4g"
}
buildToolsVersion '32.0.0'
allprojects {
@ -116,6 +113,6 @@ dependencies {
implementation 'com.journeyapps:zxing-android-embedded:4.3.0'
implementation 'androidx.core:core:1.6.0'
implementation 'io.sentry:sentry-android:5.4.0'
devImplementation 'io.sentry:sentry-android:5.4.0'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
}