File tree Expand file tree Collapse file tree 4 files changed +6
-10
lines changed Expand file tree Collapse file tree 4 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ android {
3434 defaultConfig {
3535 // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
3636 applicationId " io.openinstall.openinstall_flutter_plugin_example"
37- minSdkVersion 16
37+ minSdkVersion flutter . minSdkVersion
3838 targetSdkVersion 33
3939 versionCode flutterVersionCode. toInteger()
4040 versionName flutterVersionName
Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ subprojects {
2424 project. evaluationDependsOn(' :app' )
2525}
2626
27- task clean ( type : Delete ) {
27+ tasks . register( " clean " , Delete ) {
2828 delete rootProject. buildDir
2929}
Original file line number Diff line number Diff line change 11#! /bin/sh
22# This is a generated file; do not edit or check into version control.
33export " FLUTTER_ROOT=D:\Android\flutter"
4- export " FLUTTER_APPLICATION_PATH=D:\workspace\OP\openinstall_flutter_plugin\example"
4+ export " FLUTTER_APPLICATION_PATH=D:\workspace\op-github\openinstall_flutter_plugin\example"
5+ export " COCOAPODS_PARALLEL_CODE_SIGN=true"
56export " FLUTTER_TARGET=lib\main.dart"
67export " FLUTTER_BUILD_DIR=build"
7- export " SYMROOT=${SOURCE_ROOT} /../build\ios"
88export " FLUTTER_BUILD_NAME=1.0.0"
99export " FLUTTER_BUILD_NUMBER=1"
1010export " DART_OBFUSCATION=false"
11- export " TRACK_WIDGET_CREATION=false "
11+ export " TRACK_WIDGET_CREATION=true "
1212export " TREE_SHAKE_ICONS=false"
13- export " PACKAGE_CONFIG=.packages "
13+ export " PACKAGE_CONFIG=.dart_tool/package_config.json "
Original file line number Diff line number Diff line change @@ -9,10 +9,6 @@ dependencies:
99 flutter :
1010 sdk : flutter
1111
12- # The following adds the Cupertino Icons font to your application.
13- # Use with the CupertinoIcons class for iOS style icons.
14- cupertino_icons : ^0.1.2
15-
1612dev_dependencies :
1713 flutter_test :
1814 sdk : flutter
You can’t perform that action at this time.
0 commit comments