Almoullim / background_location

Flutter background location plugin for Android and iOS
https://pub.dev/packages/background_location
Other
224 stars 236 forks source link

Need to upgrade gradle plugin to version 1.3.40 or higher #115

Closed RobertoOFonseca closed 3 years ago

RobertoOFonseca commented 3 years ago

The Android Gradle plugin(gradle:7.0.2) supports only Kotlin Gradle plugin version 1.3.40 and higher. The following dependencies do not satisfy the required version: project ':background_location' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.31

RobertoOFonseca commented 3 years ago

worked fine just changing on build.gradle:

buildscript { ext.kotlin_version = '1.3.40'