You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use dProtect in Android project with Gradle versions 7.* and 8.* , but I couldn't make it work. Is there any example Android project that uses Gradle 7.* / which version of Gradle should work?
So far I found out Proguard is not compatible with AGP 8 (Android Studio already comes with AGP 8 by default) (#1 , Guardsquare/proguard#280)
The text was updated successfully, but these errors were encountered:
Came here from the issue you mentioned. Following may help you, or may not =)
Proguard itself works for me with AGP 7.4.2 (it's com.android.application in root build.gradle) and Gradle version 7.6.3 (it's in /gradle/wrapper/gradle-wrapper.properties)
Versions of AGP and Gradle are somewhat coupled, you have to move them carefully together.
These are the last supported version to my understanding.
I tried to use dProtect in Android project with Gradle versions 7.* and 8.* , but I couldn't make it work. Is there any example Android project that uses Gradle 7.* / which version of Gradle should work?
So far I found out Proguard is not compatible with AGP 8 (Android Studio already comes with AGP 8 by default) (#1 , Guardsquare/proguard#280)
The text was updated successfully, but these errors were encountered: