Skip to content

Commit 89f8a8d

Browse files
committed
crash bug fix
1 parent d8dc06d commit 89f8a8d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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 145
11-
versionName "2.3.1"
10+
versionCode 146
11+
versionName "2.3.2"
1212
}
1313
buildTypes {
1414
release {

app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
android:label="@string/app_name"
1818
android:theme="@style/AppTheme"
1919
android:name="org.emoncms.myapps.EmonApplication">
20+
21+
<!-- https://stackoverflow.com/questions/50461881/java-lang-noclassdeffounderrorfailed-resolution-of-lorg-apache-http-protocolve-->
22+
<uses-library android:name="org.apache.http.legacy" android:required="false" />
2023
<meta-data
2124
android:name="com.google.android.gms.vision.DEPENDENCIES"
2225
android:value="barcode" />

0 commit comments

Comments
 (0)