qrcode dependency

This commit is contained in:
Mariya
2024-02-02 16:42:56 +05:30
parent 4aaa025fa8
commit 29a4bc86b8
3 changed files with 5 additions and 7 deletions

View File

@@ -16,11 +16,11 @@ android {
// prod - production, preprod - preproduction, quality - qc, dev - development
defaultConfig {
applicationId "in.sminnovations.hpostesting"
applicationId "in.sminnovations.hpostesting.quality"
minSdk 21
targetSdk 34
versionCode 97
versionName "2.1.97"
versionCode 98
versionName "2.1.98"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@@ -161,6 +161,6 @@ dependencies {
// implementation("io.nats:jnats:2.11.2")
implementation 'com.google.android.play:core:1.10.3'
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation fileTree(dir: 'C:\\Users\\Lenovo\\StudioProjects\\ZebraScanner\\ZebraScanner\\app\\libs', include: ['*.aar', '*.jar'])
// implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation fileTree(dir: 'C:\\Users\\Lenovo\\StudioProjects\\hpos\\app\\libs', include: ['*.aar', '*.jar'])
}

View File

@@ -1,2 +0,0 @@
configurations.maybeCreate("default")
artifacts.add("default", file('barcode_scanner_library_v2.0.8.0.aar'))