Skip to content

Commit

Permalink
allow http traffic (fixes #18)
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolCoderSJ committed Oct 28, 2024
1 parent af6074e commit 21c32db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.3.0"
versionName "1.3.1"
}
signingConfigs {
debug {
Expand Down
2 changes: 1 addition & 1 deletion app/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<data android:scheme="https"/>
</intent>
</queries>
<application android:name=".MainApplication" android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" android:allowBackup="true" android:theme="@style/AppTheme">
<application android:name=".MainApplication" android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" android:allowBackup="true" android:theme="@style/AppTheme" android:usesCleartextTraffic="true">
<meta-data android:name="com.supersami.foregroundservice.notification_channel_description" android:value="No description available."/>
<meta-data android:name="com.supersami.foregroundservice.notification_channel_name" android:value="Persistent Sync Status"/>
<meta-data android:name="com.supersami.foregroundservice.notification_color" android:resource="@color/blue"/>
Expand Down
2 changes: 1 addition & 1 deletion app/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "HCGateway",
"slug": "hcgateway",
"version": "1.3.0",
"version": "1.3.1",
"plugins": [
"expo-health-connect",
[
Expand Down

0 comments on commit 21c32db

Please sign in to comment.