Correctly build android app

This commit is contained in:
2023-10-13 15:19:21 -07:00
parent d7ecab3415
commit e01bd9895e
4 changed files with 185 additions and 40 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ android {
applicationId "com.ryanpandya.lifetracker"
// 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 19 //flutter.minSdkVersion
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName