tjarvstrand / flutter_timezone

A fork of https://github.com/pinkfish/flutter_native_timezone
Apache License 2.0
42 stars 29 forks source link

Revert unnecessary / mistaken minSDkVersion bump to 26 to fix #1 #2

Closed MrCsabaToth closed 1 year ago

MrCsabaToth commented 1 year ago

This reverts commit 53e8462a23fc8bc5a644ecb33594738cd8c77826. The minSDKVersion bump is not needed because both calls to ZoneId are guarded by SDK level check as pointed out in #1!