gabrimatic / restart_app

A Flutter plugin that helps you to restart the whole Flutter app with a single function call by using native APIs.
https://pub.dev/packages/restart_app
MIT License
72 stars 63 forks source link

Update needed gradle #6

Closed zakblacki closed 1 year ago

zakblacki 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 ':restart_app' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50

gabrimatic commented 1 year ago

The new version [1.1.1] has been published.