Skip to content

Commit

Permalink
Merge pull request #25 from adjust/pubspec_fix
Browse files Browse the repository at this point in the history
pubspec.yaml update
  • Loading branch information
uerceg authored Aug 28, 2020
2 parents 090415d + 77f43b6 commit 4ad3e67
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: adjust_sdk
description: This is the Flutter SDK of Adjust™. You can read more about Adjust™ at adjust.com.
author: Adjust GmbH <[email protected]>
homepage: https://github.com/adjust/flutter_sdk
version: 4.23.0

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

dependencies:
flutter:
Expand All @@ -15,6 +14,10 @@ dependencies:

flutter:
plugin:
androidPackage: com.adjust.sdk.flutter
iosPrefix: ADJ
pluginClass: AdjustSdk
platforms:
android:
package: com.adjust.sdk.flutter
pluginClass: AdjustSdk
ios:
iosPrefix: ADJ
pluginClass: AdjustSdk

0 comments on commit 4ad3e67

Please sign in to comment.