Sistemata libreria Honeywell
This commit is contained in:
parent
6f15169157
commit
4a884b92ad
@ -29,8 +29,9 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
|
||||
// implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
|
||||
|
||||
implementation project(":honeywellsdk")
|
||||
implementation 'androidx.appcompat:appcompat:1.2.0'
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
androidTestImplementation 'androidx.test:runner:1.3.0'
|
||||
|
||||
Binary file not shown.
BIN
honeywellsdk/DataCollection.aar
Normal file
BIN
honeywellsdk/DataCollection.aar
Normal file
Binary file not shown.
2
honeywellsdk/build.gradle
Normal file
2
honeywellsdk/build.gradle
Normal file
@ -0,0 +1,2 @@
|
||||
configurations.maybeCreate("default")
|
||||
artifacts.add("default", file('DataCollection.aar'))
|
||||
@ -1,2 +1,2 @@
|
||||
include ':app', ':pointmobilescannerlibrary', ':dynamic_vgalimenti', ':dynamic__base', ':zebrascannerlibrary', ':honeywellscannerlibrary', ':keyobardemulatorscannerlibrary', ':barcode_base_android_library'
|
||||
include ':app', ':pointmobilescannerlibrary', ':dynamic_vgalimenti', ':dynamic__base', ':zebrascannerlibrary', ':honeywellsdk', ':honeywellscannerlibrary', ':keyobardemulatorscannerlibrary', ':barcode_base_android_library'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user