Closed AchmadSyarippudin closed 5 months ago
@AchmadSyarippudin you will have to increase your minSdkVersion
to 21
to get your project building again. It depends on how your project is configured but this is one set of instructions you can follow to update minSdkVersion
:
https://stackoverflow.com/a/70316521
@jkasten2 thank you this solved my problem
solved by update minSdkVersion to 21
What happened?
Can't build my flutter application on android emulator after add onesignal_flutter: ^5.2.0 on pubspec.yaml
Steps to reproduce?
What did you expect to happen?
before adding onesignal dependencies i was able to run the app, so i hope to be able to run it after adding onesignal dependencies
OneSignal Flutter SDK version
onesignal_flutter: ^5.2.0
Which platform(s) are affected?
Relevant log output
Code of Conduct