Skip to content

Commit fc4d975

Browse files
committed
移除example中依赖
1 parent 6df41ad commit fc4d975

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#!/bin/sh
22
# This is a generated file; do not edit or check into version control.
33
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"
56
export "FLUTTER_TARGET=lib\main.dart"
67
export "FLUTTER_BUILD_DIR=build"
7-
export "SYMROOT=${SOURCE_ROOT}/../build\ios"
88
export "FLUTTER_BUILD_NAME=1.0.0"
99
export "FLUTTER_BUILD_NUMBER=1"
1010
export "DART_OBFUSCATION=false"
11-
export "TRACK_WIDGET_CREATION=false"
11+
export "TRACK_WIDGET_CREATION=true"
1212
export "TREE_SHAKE_ICONS=false"
13-
export "PACKAGE_CONFIG=.packages"
13+
export "PACKAGE_CONFIG=.dart_tool/package_config.json"

example/pubspec.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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-
1612
dev_dependencies:
1713
flutter_test:
1814
sdk: flutter

0 commit comments

Comments
 (0)