// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId"com.example.authsec_flutter_hybrid"
// 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.
// OLD: minSdkVersion flutter.minSdkVersion // resolves <23 on some SDKs - manifest merge fails for permission_handler/geolocator/mobile_scanner - by Azmat
minSdkVersion23
targetSdkVersionflutter.targetSdkVersion
versionCodeflutterVersionCode.toInteger()
versionNameflutterVersionName
}
buildTypes{
release{
// TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works.