Crequency / KitX

An all-purpose toolbox app that connect everything.
https://kitx.apps.crequency.com
GNU Affero General Public License v3.0
1.17k stars 49 forks source link

[Mobile] One or more plugins require a higher Android SDK version in Mobile Client #233

Closed Cranyozen closed 2 years ago

Cranyozen commented 2 years ago

📄 Describe the bug As the title

⛏ To Reproduce Steps to reproduce the behavior:

  1. Run 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:

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
  ...
}
prashantsolanki1 commented 1 year ago

yeah!