mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
qr_utils is causing issues - comment out for now, need to look at a different barcode library
This commit is contained in:
parent
ba0780e265
commit
952f98d78b
7 changed files with 30 additions and 28 deletions
|
|
@ -63,4 +63,6 @@ dependencies {
|
|||
testImplementation 'junit:junit:4.12'
|
||||
androidTestImplementation 'com.android.support.test:runner:1.0.2'
|
||||
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
|
||||
androidTestImplementation 'com.android.support:multidex:1.0.0'
|
||||
implementation 'androidx.appcompat:appcompat:1.0.0'
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,2 +1,4 @@
|
|||
org.gradle.jvmargs=-Xmx1536M
|
||||
android.enableR8=true
|
||||
android.enableJetifier=true
|
||||
android.useAndroidX=true
|
||||
1
android/settings_aar.gradle
Normal file
1
android/settings_aar.gradle
Normal file
|
|
@ -0,0 +1 @@
|
|||
include ':app'
|
||||
Loading…
Add table
Add a link
Reference in a new issue