File tree Expand file tree Collapse file tree
capacitor/scan-using-rtu-api
scan-using-foundational-api
native-ts/scan-using-rtu-api
scan-using-foundational-api
scan-using-foundational-api/android
scan-using-rtu-api/android Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "name" : " dbrjs-capacitor" ,
2+ "name" : " dbrjs-capacitor-rtu " ,
33 "version" : " 1.0.0" ,
44 "description" : " " ,
55 "main" : " index.js" ,
Original file line number Diff line number Diff line change 11{
2- "name" : " dbrjs-electron-sample " ,
2+ "name" : " dbrjs-electron-foundational " ,
33 "version" : " 1.2.0" ,
44 "description" : " How to read barcodes from a video input in an Electron App" ,
55 "main" : " main.js" ,
Original file line number Diff line number Diff line change 11{
2- "name" : " dbrjs-electron-sample " ,
2+ "name" : " dbrjs-electron-rtu " ,
33 "version" : " 1.2.0" ,
44 "description" : " How to read barcodes from a video input in an Electron App" ,
55 "main" : " main.js" ,
Original file line number Diff line number Diff line change 11{
2- "name" : " dbrjs-capacitor " ,
2+ "name" : " dbrjs-native-ts-rtu " ,
33 "version" : " 1.0.0" ,
44 "description" : " " ,
55 "main" : " index.js" ,
Original file line number Diff line number Diff line change 11{
2- "name" : " dbrjs-svelte-sample " ,
2+ "name" : " dbrjs-svelte-foundational " ,
33 "private" : true ,
44 "version" : " 0.0.0" ,
55 "type" : " module" ,
Original file line number Diff line number Diff line change 11{
2- "name" : " dbrjs-svelte-sample " ,
2+ "name" : " dbrjs-svelte-rtu " ,
33 "private" : true ,
44 "version" : " 0.0.0" ,
55 "type" : " module" ,
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ plugins {
44}
55
66android {
7- namespace ' com.dynamsoft.dbrjswebview'
7+ namespace ' com.dynamsoft.dbrjswebview.foundational '
88 compileSdk 33
99
1010 defaultConfig {
11- applicationId " com.dynamsoft.dbrjswebview"
11+ applicationId " com.dynamsoft.dbrjswebview.foundational "
1212 minSdk 19
1313 targetSdk 33
1414 versionCode 1
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ dependencyResolutionManagement {
1212 mavenCentral()
1313 }
1414}
15- rootProject. name = " Dynamsoft Barcode"
15+ rootProject. name = " Dynamsoft Barcode - Foundational API "
1616include ' :app'
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ plugins {
44}
55
66android {
7- namespace ' com.dynamsoft.dbrjswebview'
7+ namespace ' com.dynamsoft.dbrjswebview.rtu '
88 compileSdk 33
99
1010 defaultConfig {
11- applicationId " com.dynamsoft.dbrjswebview"
11+ applicationId " com.dynamsoft.dbrjswebview.rtu "
1212 minSdk 19
1313 targetSdk 33
1414 versionCode 1
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ dependencyResolutionManagement {
1212 mavenCentral()
1313 }
1414}
15- rootProject. name = " Dynamsoft Barcode"
15+ rootProject. name = " Dynamsoft Barcode - RTU API "
1616include ' :app'
You can’t perform that action at this time.
0 commit comments