Skip to content

Commit

Permalink
fix: Gradle build script for the demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent libeskind committed Apr 2, 2024
1 parent 3a038fe commit f288143
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions demoscannerapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,16 @@ dependencies {
implementation project(':enioka_scan_m3');
}

// Implementation of the OSS providers
implementation project(':enioka_scan_zebra_dw');
implementation project(':enioka_scan_athesi_rd50te')
implementation project(':enioka_scan_athesi_spa43lte')
implementation project(':enioka_scan_bluebird')
implementation project(':enioka_scan_generalscan')
implementation project(':enioka_scan_honeywelloss_integrated')
implementation project(':enioka_scan_honeywelloss_spp')
implementation project(':enioka_scan_zebraoss')
implementation project(':enioka_scan_proglove');

// Android stuff

Expand Down

0 comments on commit f288143

Please sign in to comment.