File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,8 @@ android {
32
32
}
33
33
34
34
defaultConfig {
35
- // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
36
35
applicationId " com.example.example"
37
- minSdkVersion 16
36
+ minSdkVersion 19
38
37
targetSdkVersion 28
39
38
versionCode flutterVersionCode. toInteger()
40
39
versionName flutterVersionName
@@ -43,8 +42,6 @@ android {
43
42
44
43
buildTypes {
45
44
release {
46
- // TODO: Add your own signing config for the release build.
47
- // Signing with the debug keys for now, so `flutter run --release` works.
48
45
signingConfig signingConfigs. debug
49
46
}
50
47
}
Original file line number Diff line number Diff line change 1
1
name : flutter_html
2
2
description : A Flutter widget rendering static HTML and CSS as Flutter widgets.
3
- version : 2.0.0-nullsafety.1
3
+ version : 2.0.0
4
4
homepage : https://github.com/Sub6Resources/flutter_html
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments