adee42 / flutter_keyboard_visibility

MIT License
237 stars 143 forks source link

Update compileSdkVersion 27 to 28 #65

Open rabadam opened 4 years ago

rabadam commented 4 years ago

flutter_keyboard_visibility/android/build.gradle:line 25 compileSdkVersion 27

Would it be ok to update to 28?

All my Flutter plugins have compileSdkVersion 28 in their respective build.gradle files. When generating my Android release build it fails, but succeeds when I manually edit line 25 above to use 28.

MisterJimson commented 4 years ago

Its updated on my fork I have been maintaining and is published on pub along with other fixes: https://github.com/MisterJimson/flutter_keyboard_visibility

a-elhaddad commented 4 years ago

Its updated on my fork I have been maintaining and is published on pub along with other fixes: https://github.com/MisterJimson/flutter_keyboard_visibility

Thank youuuuuuuuuuuuu