Sameera-Perera / Flutter-TDD-Clean-Architecture-E-Commerce-App

A modern E-Commerce mobile application built with Flutter, TDD, Clean Architecture, and BLoC.
168 stars 54 forks source link

Update minSdk version in app/build.gradle to 21 #1

Closed Sameera-Perera closed 11 months ago

Sameera-Perera commented 11 months ago

The primary change involves the minSdkVersion in the app/build.gradle file, which has been set to a fixed value of 21 (Android 5.0 Lollipop). This modification was necessary to align our application with the requirements and features offered by Android 5.0 and later versions.