alexrintt / shared-storage

Flutter plugin to work with Android external storage.
http://alexrintt.io/shared-storage/
MIT License
53 stars 24 forks source link

Update Android Gradle build version and Kotlin version #115

Closed limshengli closed 1 year ago

limshengli commented 1 year ago

The current Kotlin version is too old to be supported with the newer Android Gradle build version (com.android.tools.build:gradle). When Android Gradle build version 7.3.0 and above is used, the current Kotlin version in the package (ext.kotlin_version = '1.3.50') is no longer supported as starting from Android Gradle build version 7.3.0 and above requires Kotlin version 1.5.20 and above.

alexrintt commented 1 year ago

Thanks, I'll publish this patch along with another major feature that is already in the master.