Skip to content

Commit

Permalink
crash bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
glynhudson committed Sep 19, 2023
1 parent d8dc06d commit 89f8a8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "org.emoncms.myapps"
minSdkVersion 14
targetSdkVersion 33
versionCode 145
versionName "2.3.1"
versionCode 146
versionName "2.3.2"
}
buildTypes {
release {
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
android:label="@string/app_name"
android:theme="@style/AppTheme"
android:name="org.emoncms.myapps.EmonApplication">

<!-- https://stackoverflow.com/questions/50461881/java-lang-noclassdeffounderrorfailed-resolution-of-lorg-apache-http-protocolve-->
<uses-library android:name="org.apache.http.legacy" android:required="false" />
<meta-data
android:name="com.google.android.gms.vision.DEPENDENCIES"
android:value="barcode" />
Expand Down

0 comments on commit 89f8a8d

Please sign in to comment.