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 {
34
34
defaultConfig {
35
35
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
36
36
applicationId " io.openinstall.openinstall_flutter_plugin_example"
37
- minSdkVersion 16
37
+ minSdkVersion flutter . minSdkVersion
38
38
targetSdkVersion 33
39
39
versionCode flutterVersionCode. toInteger()
40
40
versionName flutterVersionName
Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ subprojects {
24
24
project. evaluationDependsOn(' :app' )
25
25
}
26
26
27
- task clean ( type : Delete ) {
27
+ tasks . register( " clean " , Delete ) {
28
28
delete rootProject. buildDir
29
29
}
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
# This is a generated file; do not edit or check into version control.
3
3
export " 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"
5
6
export " FLUTTER_TARGET=lib\main.dart"
6
7
export " FLUTTER_BUILD_DIR=build"
7
- export " SYMROOT=${SOURCE_ROOT} /../build\ios"
8
8
export " FLUTTER_BUILD_NAME=1.0.0"
9
9
export " FLUTTER_BUILD_NUMBER=1"
10
10
export " DART_OBFUSCATION=false"
11
- export " TRACK_WIDGET_CREATION=false "
11
+ export " TRACK_WIDGET_CREATION=true "
12
12
export " 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:
9
9
flutter :
10
10
sdk : flutter
11
11
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
-
16
12
dev_dependencies :
17
13
flutter_test :
18
14
sdk : flutter
You can’t perform that action at this time.
0 commit comments