mirror of
https://github.com/simplezhli/flutter_barcode_reader.git
synced 2024-11-23 03:49:22 +08:00
Some changes to fix errors being thrown
This commit is contained in:
parent
8455f159f6
commit
c8966b4515
@ -34,7 +34,7 @@ For Android, you must do the following before you can use the plugin:
|
|||||||
Edit your project-level build.gradle file to look like this:
|
Edit your project-level build.gradle file to look like this:
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
ext.kotlin_version = '1.2.31'
|
ext.kotlin_version = '1.3.21'
|
||||||
...
|
...
|
||||||
dependencies {
|
dependencies {
|
||||||
...
|
...
|
||||||
@ -48,7 +48,7 @@ Edit your app-level build.gradle file to look like this:
|
|||||||
apply plugin: 'kotlin-android'
|
apply plugin: 'kotlin-android'
|
||||||
...
|
...
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user