File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
java/com/zebra/ai_multibarcodes_capture/helpers Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ android {
1414 applicationId = " com.zebra.ai_multibarcodes_capture.dev"
1515 minSdk = 34
1616 targetSdk = 35
17- versionCode = 14
18- versionName = " 1.14 "
17+ versionCode = 15
18+ versionName = " 1.15 "
1919
2020 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
2121 }
Original file line number Diff line number Diff line change 4646
4747 <provider
4848 android : name =" androidx.core.content.FileProvider"
49- android : authorities =" com.zebra.ai_multibarcodes_capture.fileprovider"
49+ android : authorities =" com.zebra.ai_multibarcodes_capture.dev. fileprovider"
5050 android : exported =" false"
5151 android : grantUriPermissions =" true" >
5252 <meta-data
Original file line number Diff line number Diff line change 44
55public class Constants {
66 // Sharing provider
7- public static final String PROVIDER_AUTHORITY = "com.zebra.ai_multibarcodes_capture.fileprovider" ;
7+ public static final String PROVIDER_AUTHORITY = "com.zebra.ai_multibarcodes_capture.dev. fileprovider" ;
88 public static final String PROVIDER_CACHE_FOLDER = "temp_files" ;
99
1010 // File constants
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<paths xmlns : android =" http://schemas.android.com/apk/res/android" >
3- <external-path name =" my_files" path =" Android/data/com.zebra.ai_multibarcodes_capture/cache/temp_files/" />
3+ <external-path name =" my_files" path =" Android/data/com.zebra.ai_multibarcodes_capture.dev /cache/temp_files/" />
44</paths >
You can’t perform that action at this time.
0 commit comments