We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f8a8d commit 9f3e5d2Copy full SHA for 9f3e5d2
2 files changed
app/build.gradle
@@ -7,8 +7,8 @@ android {
7
applicationId "org.emoncms.myapps"
8
minSdkVersion 14
9
targetSdkVersion 33
10
- versionCode 146
11
- versionName "2.3.2"
+ versionCode 147
+ versionName "2.3.3"
12
}
13
buildTypes {
14
release {
app/src/main/AndroidManifest.xml
@@ -16,7 +16,9 @@
16
android:icon="@mipmap/ic_launcher"
17
android:label="@string/app_name"
18
android:theme="@style/AppTheme"
19
- android:name="org.emoncms.myapps.EmonApplication">
+ android:name="org.emoncms.myapps.EmonApplication"
20
+ android:usesCleartextTraffic="true">
21
+
22
23
<!-- https://stackoverflow.com/questions/50461881/java-lang-noclassdeffounderrorfailed-resolution-of-lorg-apache-http-protocolve-->
24
<uses-library android:name="org.apache.http.legacy" android:required="false" />
0 commit comments