Skip to content

Commit

Permalink
remove deprecated keys from pubspec.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
formatCvt committed Feb 28, 2020
1 parent 2e856a3 commit fd67eb7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,4 @@ packages:
version: "3.5.0"
sdks:
dart: ">=2.4.0 <3.0.0"
flutter: ">=1.10.0 <2.0.0"
1 change: 1 addition & 0 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,4 @@ packages:
version: "3.5.0"
sdks:
dart: ">=2.4.0 <3.0.0"
flutter: ">=1.10.0 <2.0.0"
9 changes: 7 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ homepage: https://github.com/EMALLStudio/appmetrica_sdk

environment:
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.10.0 <2.0.0"

dependencies:
flutter:
Expand All @@ -25,8 +26,12 @@ flutter:
# be modified. They are used by the tooling to maintain consistency when
# adding or updating assets for this project.
plugin:
androidPackage: com.emallstudio.appmetrica_sdk
pluginClass: AppmetricaSdkPlugin
platforms:
android:
package: com.emallstudio.appmetrica_sdk
pluginClass: AppmetricaSdkPlugin
ios:
pluginClass: AppmetricaSdkPlugin

# To add assets to your plugin package, add an assets section, like this:
# assets:
Expand Down

0 comments on commit fd67eb7

Please sign in to comment.