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

Issue with the org.json dependancy #272

Open
MichaelOliveiraBx opened this issue Sep 2, 2024 · 0 comments
Open

Issue with the org.json dependancy #272

MichaelOliveiraBx opened this issue Sep 2, 2024 · 0 comments

Comments

@MichaelOliveiraBx
Copy link

I want to know why you need this dependancy in your library org.json:json:20240303
You have already Gson
It is because this library has problems with other frameworks, it makes unity-ads not work in release (due to minification)
We can ignore this problem by adding the rules in proguard
-keep class org.json.** { *; }

But when we update Android Gradle Pluging to 8.x.x , this rules causes a crash at start of the app

I also informed Unity to look for a solution because we need to update AGP

Thanks in advance for your help

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

1 participant