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.
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.
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.