Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into firebase-analytics-17.2.1
  • Loading branch information
Sebastian Roth committed Mar 4, 2020
commit 1be90a784034bd46f405d588575524565d72ee1b
25 changes: 24 additions & 1 deletion packages/firebase_analytics/firebase_analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,30 @@
## 5.1.0

* Update Firebase Analytics dependency on Android to 17.2.1
* Updates Android gradle plugin dependency to 3.5.2
* Updates Android gradle plugin dependency to 3.6.1

## 5.0.12

* Make the pedantic dev_dependency explicit.

## 5.0.11

* Fix overrides a deprecated API.
* Raise minimum required Flutter SDK version to 1.12.13+hotfix.4

## 5.0.10

* Keep a local registrar to get activity for foreground actions for v1 embedder.

## 5.0.9

* Remove the deprecated `author:` field from pubspec.yaml
* Migrate the plugin to the pubspec platforms manifest.
* Bump the minimum Flutter version to 1.10.0.

## 5.0.8

* Update homepage since the package moved for the platform interface migration.

## 5.0.7

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.5.2'
classpath 'com.android.tools.build:gradle:3.6.1'
}
}

Expand Down
3 changes: 1 addition & 2 deletions packages/firebase_analytics/firebase_analytics/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: firebase_analytics
description: Flutter plugin for Google Analytics for Firebase, an app measurement
solution that provides insight on app usage and user engagement on Android and iOS.
author: Flutter Team <[email protected]>
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_analytics
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_analytics/firebase_analytics
version: 5.1.0

flutter:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.jvmargs=-Xmx1536M
android.enableR8=true
android.useAndroidX=true
android.enableR8=true
android.enableJetifier=true
You are viewing a condensed version of this merge commit. You can view the full changes here.