Revert changes to Android minSdkVersion

This commit is contained in:
Hillel Coren 2022-08-09 12:52:07 +03:00
parent 2f572ca6c1
commit fd098d3a2a
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ android {
applicationId "com.invoiceninja.app"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
minSdkVersion 23
minSdkVersion 19
targetSdkVersion 30
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName

View File

@ -52,7 +52,7 @@ android {
applicationId "com.invoiceninja.app"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
minSdkVersion 23
minSdkVersion 19
targetSdkVersion 30
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName