medyas / flutter_qiblah

Flutter Qiblah is a plugin that allows you to display Qiblah direction in you app with support for both Android and iOS.
https://pub.dev/packages/flutter_qiblah
MIT License
127 stars 91 forks source link

flutter_qiblah not compatible with newer Android gradle versions #40

Closed diegobarle-dev closed 1 year ago

diegobarle-dev commented 1 year ago

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 ':flutter_qiblah' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.61

Starting from version 'com.android.tools.build:gradle:7.3.0'

Meaning that projects have to fix their gradle versions and not being able to update it just to support this library.

medyas commented 1 year ago

fix in latest version