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 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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: