nizwar / openvpn_flutter

A package that allow you to connect OpenVPN service with Flutter

Home Page:https://pub.dev/packages/openvpn_flutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PlayStore version not working.

bugrevealingbme opened this issue · comments

Fix:

gradle.properties > android.bundle.enableUncompressedNativeLibs=false
AndroidManifest > android:extractNativeLibs="true" in application tag

Hi, Do you still have the problem?

Hi, Do you still have the problem?

No. This is the fix:

gradle.properties > android.bundle.enableUncompressedNativeLibs=false
AndroidManifest > android:extractNativeLibs="true" in application tag