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 use gradle 8.7
enableUncompressedNativeLibs and extractNativeLibs are true by default in this version of gradle.
My VPN works on android with these params. My only problem so far is that I can't publish on the Playstore, my app gets rejected
In the gradle.properties,
I commented the line android.bundle.enableUncompressedNativeLibs=false to solve the problem.
The text was updated successfully, but these errors were encountered: