⚒ Expected behavior
A clear and concise description of what you expected to happen.
🖼 Screenshots
If applicable, add screenshots to help explain your problem.
🖥 Desktop (please complete the following information):
OS: Windows10 21H2
Version Latest main
📎 Additional context
Log:
Warning: The plugin network_info_plus requires Android SDK version 33.
For more information about build configuration, see https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
One or more plugins require a higher Android SDK version.
Fix this issue by adding the following to /home/runner/work/KitX-Mobile/KitX-Mobile/kitx_mobile/android/app/build.gradle:
android {
compileSdkVersion 33
...
}
📄 Describe the bug As the title
⛏ To Reproduce Steps to reproduce the behavior:
flutter build apk
⚒ Expected behavior A clear and concise description of what you expected to happen.
🖼 Screenshots If applicable, add screenshots to help explain your problem.
🖥 Desktop (please complete the following information):
📎 Additional context Log: