mirror of
https://github.com/simplezhli/flutter_barcode_reader.git
synced 2024-11-15 01:19:23 +08:00
Merge pull request #119 from NamanShergill/patch-1
Some changes to fix errors being thrown
This commit is contained in:
commit
922f0d06a8
@ -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:
|
||||
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.2.31'
|
||||
ext.kotlin_version = '1.3.21'
|
||||
...
|
||||
dependencies {
|
||||
...
|
||||
@ -48,7 +48,7 @@ Edit your app-level build.gradle file to look like this:
|
||||
apply plugin: 'kotlin-android'
|
||||
...
|
||||
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