Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any example Android project / known compatible Gradle version? #16

Open
SirionRazzer opened this issue Oct 23, 2023 · 1 comment

Comments

@SirionRazzer
Copy link

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)

@listvin
Copy link

listvin commented Nov 5, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants