|
|
@ -44,7 +44,7 @@ android { |
|
|
|
defaultConfig { |
|
|
|
defaultConfig { |
|
|
|
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). |
|
|
|
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). |
|
|
|
applicationId "com.example.app" |
|
|
|
applicationId "com.example.app" |
|
|
|
minSdkVersion 17 |
|
|
|
minSdkVersion 21 |
|
|
|
targetSdkVersion flutter.targetSdkVersion |
|
|
|
targetSdkVersion flutter.targetSdkVersion |
|
|
|
versionCode flutterVersionCode.toInteger() |
|
|
|
versionCode flutterVersionCode.toInteger() |
|
|
|
versionName flutterVersionName |
|
|
|
versionName flutterVersionName |
|
|
|