yazdanhaider / Food-Delivery

Zwiggy is a comprehensive food delivery app built with Flutter and Firebase, providing a seamless user experience for ordering food. It includes real-time data synchronization, secure authentication, and detailed order receipt generation, ensuring a smooth and efficient food ordering process.
MIT License
6 stars 5 forks source link

fix: update minSdkVersion to 23 #2

Closed sendhyrama closed 1 month ago

sendhyrama commented 1 month ago

Related Issue: #1

This PR addresses a compatibility issue with the firebase_auth plugin, which now requires a minimum Android SDK version of 23. The current project configuration uses a lower minSdkVersion, resulting in build failures.

Changes Made:

Updated the minSdkVersion in the android/app/build.gradle file from the previous value to 23.