Reza Najafi
Reza Najafi
this issue happens when the multidex is enabled but the application class is not extended from MultidexApplication or Multidex.install is not called in onCreate()
The mentioned classes are added to the proguard rules file. A unified version is being used for all the exo dependencies actually 2.17.1. Also tried to use recent version, 2.18.0...
Testing on the new media3 dependencies produces the same result, fails on :app:minifyReleaseWithR8 task
I can confirm that 7.2.1 worked fine but any version above fails
@mekya Thanks for your response, the url is generated dynamically, so I cant share, I looked at the url you mentioned, Is there anyway to prevent the app from crash...
Thank you, I have another question: Could you make this library more general to RTLize views like collapsingToolbarLayout and new AppBar or other new views introduced in android?
Hi I'm facing same issue, tried to add the jvm-ecosystem: ``` allprojects { repositories { google() mavenCentral() maven("https://jitpack.io") } apply(plugin = "jvm-ecosystem") apply(plugin = rootProject.libs.plugins.benversions.get().pluginId) } ``` but still no...
Hi Ben, Thanks for your quick reply, I deleted the whoe .gradle folder and updated the "dependencyUpdates" config block as below: ``` tasks.withType { checkForGradleUpdate = true outputFormatter = "html"...
Tried the following but same result: `./gradlew dependencyUpdates -DoutputFormatter=html --warning-mode all --no-configuration-cache --no-build-cache --no-scan`
tried the following: `./gradlew dependencyUpdates -DoutputFormatter=html --warning-mode all --no-configuration-cache --no-build-cache --no-scan --no-configure-on-demand --no-parallel` but failed: ``` ---------- Gradle version: 8.4 Plugin version: 3.13 com.gradle.scan.plugin.internal.m.a: Build operation dispatch of finished notification...