Karjan1
Karjan1
Thank you @NikaHsn No, the issue never happened locally. Here are the configs. `android/build.gradle` ```buildscript { ext.kotlin_version = '1.7.20' repositories { google() mavenCentral() } dependencies { classpath 'com.android.tools.build:gradle:8.3.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"...
I just tried without shrinking. `flutter build appbundle --release --no-shrink` Unfortunately still the same error 😞 If you have any other ideas I'd love to try them.
Sure. It looks like you had a good hunch. It's late today, but the error looks helpful I'll look into it tomorrow `flutter pub deps --style=compact` ``` Dart SDK 3.3.1...
It seems to work now. I pinned the dependency explicitly in `android/app/build.gradle`. Thank you for your help ``` dependencies { implementation 'com.google.crypto.tink:tink-android:1.8.0' } ```
Hi I have the same issue with `sentry-android-gradle-plugin`. Maybe my context would be helpful - `com.android.tools.build:gradle:8.3.0` - `io.sentry.android.gradle:4.3.1` - I'm not using DexGuard - Issue happens on both local and...
No still getting the same error. One thing that I found surprising is `flutter build appbundle --release` gives that error but `flutter build appbundle --debug` works fine
I gave other versions a try. `io.sentry.android.gradle:4.2.0` is the last version that works. Both 4.3.0 and 4.4.0 give the same error
Hi @jszwedko. I can't share the whole repo, but if there particular parts you're interested in, we can share those.
That's fair. It'll probably be tricky to provide description of details of the pipeline, we have 100s VRLs. But on high level, it processes all of our telemetry before delivering...