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 {
3232 }
3333
3434 defaultConfig {
35- // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
3635 applicationId " com.example.example"
37- minSdkVersion 16
36+ minSdkVersion 19
3837 targetSdkVersion 28
3938 versionCode flutterVersionCode. toInteger()
4039 versionName flutterVersionName
@@ -43,8 +42,6 @@ android {
4342
4443 buildTypes {
4544 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.
4845 signingConfig signingConfigs. debug
4946 }
5047 }
Original file line number Diff line number Diff line change 11name : flutter_html
22description : A Flutter widget rendering static HTML and CSS as Flutter widgets.
3- version : 2.0.0-nullsafety.1
3+ version : 2.0.0
44homepage : https://github.com/Sub6Resources/flutter_html
55
66environment :
You can’t perform that action at this time.
0 commit comments