flutterlocation icon indicating copy to clipboard operation
flutterlocation copied to clipboard

Support Android Gradle plugin 7.3.0

Open asaarnak opened this issue 3 years ago • 2 comments

Since Android Gradle plugin 7.3.0 minimum Kotlin plugin version is 1.5.20 https://developer.android.com/studio/releases/gradle-plugin#min-kotlin-version

Building app gives error: The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher. The following dependencies do not satisfy the required version: project ':location' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.20

asaarnak avatar Sep 16 '22 14:09 asaarnak

Hello, Have you found any solution facing the same issue...

deep1931 avatar Sep 19 '22 12:09 deep1931

Currently staying on 7.2.2 and waiting for dependencies to catch up with Kotlin version.

asaarnak avatar Sep 19 '22 13:09 asaarnak

Does 7.2.2 support Android13?

kostadin24 avatar Sep 23 '22 19:09 kostadin24

any fix for this?

dsgriffin avatar Nov 01 '22 13:11 dsgriffin

Why is this not resolved yet?

Bhat015 avatar Nov 30 '22 05:11 Bhat015

Created temporary workaround for me, if anyone want's to use it.

  location:
    git:
      url: [email protected]:asaarnak/flutterlocation.git
      ref: patch-1
      path: packages/location

asaarnak avatar Dec 19 '22 11:12 asaarnak

I switched over to more maintained dependency https://pub.dev/packages/geolocator

asaarnak avatar Jan 12 '23 12:01 asaarnak