fix ws connection not established on android release builds (#219)

This commit is contained in:
turboblitz
2025-02-24 02:40:51 -08:00
committed by GitHub
parent e4e8849872
commit 6c3c77060d
2 changed files with 5 additions and 3 deletions

View File

@@ -85,8 +85,8 @@ android {
applicationId "com.proofofpassportapp"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 34
versionName "2.4.3"
versionCode 35
versionName "2.4.4"
externalNativeBuild {
cmake {
cppFlags += "-fexceptions -frtti -std=c++11"

View File

@@ -18,7 +18,9 @@
android:roundIcon="@mipmap/ic_launcher"
tools:replace="android:icon, android:roundIcon, android:name"
android:theme="@style/AppTheme"
android:supportsRtl="true">
android:supportsRtl="true"
android:usesCleartextTraffic="true"
>
<activity
android:name=".MainActivity"
android:label="@string/app_name"