fixed minSdkVersion

This commit is contained in:
AlexisDanlos 2024-11-14 17:12:18 +01:00
parent 50235b13c5
commit b578db8ac5

View File

@ -24,7 +24,7 @@ android {
applicationId = "com.example.dialer"
// You can update the following values to match your application needs.
// For more information, see: https://flutter.dev/to/review-gradle-config.
minSdk = flutter.minSdkVersion
minSdkVersion 23
targetSdk = flutter.targetSdkVersion
versionCode = flutter.versionCode
versionName = flutter.versionName