|
|
|
@@ -34,7 +34,7 @@ android { |
|
|
|
main.java.srcDirs += 'src/main/kotlin' |
|
|
|
} |
|
|
|
defaultConfig { |
|
|
|
minSdkVersion 24 |
|
|
|
minSdkVersion 19 |
|
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" |
|
|
|
} |
|
|
|
lintOptions { |
|
|
|
@@ -47,5 +47,7 @@ android { |
|
|
|
|
|
|
|
dependencies { |
|
|
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" |
|
|
|
implementation "com.journeyapps:zxing-android-embedded:4.0.2" |
|
|
|
implementation('com.journeyapps:zxing-android-embedded:4.1.0') { transitive = false } |
|
|
|
implementation 'androidx.appcompat:appcompat:1.0.2' |
|
|
|
implementation 'com.google.zxing:core:3.3.0' |
|
|
|
} |