SerggioZS
SerggioZS
Looks like enabling desugaring causes the issue on android 4.4 coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
Hi @markushi the project is setup with this flags: ``` compileOptions { coreLibraryDesugaringEnabled true targetCompatibility JavaVersion.VERSION_11 sourceCompatibility JavaVersion.VERSION_11 } kotlinOptions { jvmTarget = '11' } ```
Hi Thanks for the reply. Yes, I've tested adding the keep rules to proguard and multidex but the app still crashes. If the implementation of sentry using the dependencies block...
Hi @markushi Here is the full dependencies. [sentry_deps.txt](https://github.com/getsentry/sentry-java/files/14668492/sentry_deps.txt) I can send you the sample project If you want to test.
Hi @markushi here is the sample in a zip: [SentryCrashTest.zip](https://github.com/getsentry/sentry-java/files/14693829/SentryCrashTest.zip) 112kb
Hi @romtsn It would be nice to have that table updated for each version of Sentry. Also do the same thing for Sentry Android Gradle Plugin AND Sentry implementation via...