I’ve seen that there’s a new 7.3.3 version of ProGuard listed in the release notes that fixes the -addconfigurationdebugging bug, but if I try to add it in Gradle, it says:
A problem occurred configuring root project
> Could not resolve all files for configuration ':classpath'.
> Could not find com.guardsquare:proguard-gradle:7.3.3.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/com/guardsquare/proguard-gradle/7.3.3/proguard-gradle-7.3.3.pom
- https://repo.maven.apache.org/maven2/com/guardsquare/proguard-gradle/7.3.3/proguard-gradle-7.3.3.pom
- https://plugins.gradle.org/m2/com/guardsquare/proguard-gradle/7.3.3/proguard-gradle-7.3.3.pom
Required by:
project :
Possible solution:
- Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
I’ve checked the repositories of the project with the ones listed on the manual (Google and MavenCentral) and I have both included. Could you please check what is happening with it?
Thanks for your question. 7.3.3 hasn’t been released yet. For your fix, you can work on it yourself off of the source, otherwise, check back on these forums and we’ll share once the new release is ready.