Compare commits

...

1 Commits

Author SHA1 Message Date
AlexisDanlos
b578db8ac5 fixed minSdkVersion 2024-11-14 17:12:18 +01:00

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