File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
7
7
applicationId " org.emoncms.myapps"
8
8
minSdkVersion 14
9
9
targetSdkVersion 33
10
- versionCode 145
11
- versionName " 2.3.1 "
10
+ versionCode 146
11
+ versionName " 2.3.2 "
12
12
}
13
13
buildTypes {
14
14
release {
Original file line number Diff line number Diff line change 17
17
android : label =" @string/app_name"
18
18
android : theme =" @style/AppTheme"
19
19
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" />
20
23
<meta-data
21
24
android : name =" com.google.android.gms.vision.DEPENDENCIES"
22
25
android : value =" barcode" />
You can’t perform that action at this time.
0 commit comments