|
|
|
@@ -9,7 +9,7 @@ buildscript { |
|
|
|
} |
|
|
|
|
|
|
|
dependencies { |
|
|
|
classpath 'com.android.tools.build:gradle:7.0.2' |
|
|
|
classpath 'com.android.tools.build:gradle:7.0.3' |
|
|
|
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" |
|
|
|
} |
|
|
|
} |
|
|
|
@@ -25,7 +25,7 @@ apply plugin: 'com.android.library' |
|
|
|
apply plugin: 'kotlin-android' |
|
|
|
|
|
|
|
android { |
|
|
|
compileSdkVersion 30 |
|
|
|
compileSdkVersion 31 |
|
|
|
|
|
|
|
sourceSets { |
|
|
|
main.java.srcDirs += 'src/main/kotlin' |
|
|
|
@@ -33,6 +33,7 @@ android { |
|
|
|
defaultConfig { |
|
|
|
// minSdkVersion is determined by Native View. |
|
|
|
minSdkVersion 20 |
|
|
|
targetSdkVersion 31 |
|
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" |
|
|
|
multiDexEnabled true |
|
|
|
} |
|
|
|
@@ -48,8 +49,8 @@ android { |
|
|
|
|
|
|
|
dependencies { |
|
|
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" |
|
|
|
implementation('com.journeyapps:zxing-android-embedded:4.2.0') { transitive = false } |
|
|
|
implementation 'androidx.appcompat:appcompat:1.3.0' |
|
|
|
implementation 'com.google.zxing:core:3.3.3' |
|
|
|
implementation('com.journeyapps:zxing-android-embedded:4.3.0') { transitive = false } |
|
|
|
implementation 'androidx.appcompat:appcompat:1.3.1' |
|
|
|
implementation 'com.google.zxing:core:3.4.1' |
|
|
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5' |
|
|
|
} |