diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2023-12-04 23:16:08 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2023-12-04 23:16:08 +0200 |
| commit | 19709e296aec10d2cd24f904a87243216a454d5f (patch) | |
| tree | e18982e7ee2d0f550c36601286a6371486de619e /android/app/build.gradle | |
| parent | d7946d6a76f6f04de0feea1e97aeb80031c15efc (diff) | |
| download | carpool-19709e296aec10d2cd24f904a87243216a454d5f.tar.xz carpool-19709e296aec10d2cd24f904a87243216a454d5f.zip | |
Added auth to signup page + some UI refactoring
Diffstat (limited to 'android/app/build.gradle')
| -rw-r--r-- | android/app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/app/build.gradle b/android/app/build.gradle index 68376f1..1b4a974 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -45,7 +45,7 @@ android { applicationId "com.example.carpool" // You can update the following values to match your application needs. // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration. - minSdkVersion flutter.minSdkVersion + minSdkVersion 21 targetSdkVersion flutter.targetSdkVersion versionCode flutterVersionCode.toInteger() versionName flutterVersionName |
