2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-13 10:45:29 +00:00

Using new qr code scanner - qr_code_scanner

This commit is contained in:
Oliver Walters
2020-05-26 23:02:19 +10:00
parent aad616aea1
commit a4390d16d9
8 changed files with 211 additions and 94 deletions

View File

@ -1,4 +1,7 @@
buildscript {
ext.kotlin_version = '1.3.61'
repositories {
google()
jcenter()
@ -6,6 +9,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}