Skip to content

Commit 9f3e5d2

Browse files
committed
allow HTTP connections
1 parent 89f8a8d commit 9f3e5d2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "org.emoncms.myapps"
88
minSdkVersion 14
99
targetSdkVersion 33
10-
versionCode 146
11-
versionName "2.3.2"
10+
versionCode 147
11+
versionName "2.3.3"
1212
}
1313
buildTypes {
1414
release {

app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
android:icon="@mipmap/ic_launcher"
1717
android:label="@string/app_name"
1818
android:theme="@style/AppTheme"
19-
android:name="org.emoncms.myapps.EmonApplication">
19+
android:name="org.emoncms.myapps.EmonApplication"
20+
android:usesCleartextTraffic="true">
21+
2022

2123
<!-- https://stackoverflow.com/questions/50461881/java-lang-noclassdeffounderrorfailed-resolution-of-lorg-apache-http-protocolve-->
2224
<uses-library android:name="org.apache.http.legacy" android:required="false" />

0 commit comments

Comments
 (0)