Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 01faa80

Browse files
authored
Bump Firebase Android dependencies (#675)
* Bump Firebase Android dependencies
1 parent fcb0edd commit 01faa80

File tree

55 files changed

+142
-84
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+142
-84
lines changed

packages/cloud_firestore/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.7.4
2+
3+
* Bump Android and Firebase dependency versions.
4+
15
## 0.7.3
26

37
* Updated Gradle tooling to match Android Studio 3.1.2.

packages/cloud_firestore/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
}
1010

1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:3.1.2'
12+
classpath 'com.android.tools.build:gradle:3.1.3'
1313
}
1414
}
1515

@@ -34,6 +34,6 @@ android {
3434
disable 'InvalidPackage'
3535
}
3636
dependencies {
37-
api 'com.google.firebase:firebase-firestore:15.+'
37+
api 'com.google.firebase:firebase-firestore:17.0.3'
3838
}
3939
}

packages/cloud_firestore/example/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ buildscript {
66
}
77

88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.1.2'
10-
classpath 'com.google.gms:google-services:3.2.1'
9+
classpath 'com.android.tools.build:gradle:3.1.3'
10+
classpath 'com.google.gms:google-services:4.0.1'
1111
}
1212
}
1313

packages/cloud_firestore/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Flutter plugin for Cloud Firestore, a cloud-hosted, noSQL database
33
live synchronization and offline support on Android and iOS.
44
author: Flutter Team <[email protected]>
55
homepage: https://github.com/flutter/plugins/tree/master/packages/cloud_firestore
6-
version: 0.7.3
6+
version: 0.7.4
77

88
flutter:
99
plugin:

packages/cloud_functions/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.2
2+
3+
* Bump Android and Firebase dependency versions.
4+
15
## 0.0.1
26

37
* The Cloud Functions for Firebase client SDKs let you call functions

packages/cloud_functions/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99

1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:3.1.2'
11+
classpath 'com.android.tools.build:gradle:3.1.3'
1212
}
1313
}
1414

@@ -32,6 +32,6 @@ android {
3232
disable 'InvalidPackage'
3333
}
3434
dependencies {
35-
api 'com.google.firebase:firebase-functions:16.+'
35+
api 'com.google.firebase:firebase-functions:16.1.0'
3636
}
3737
}

packages/cloud_functions/example/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ buildscript {
55
}
66

77
dependencies {
8-
classpath 'com.android.tools.build:gradle:3.1.2'
9-
classpath 'com.google.gms:google-services:3.2.1'
8+
classpath 'com.android.tools.build:gradle:3.1.3'
9+
classpath 'com.google.gms:google-services:4.0.1'
1010
}
1111
}
1212

packages/cloud_functions/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: cloud_functions
22
description: Flutter plugin for Cloud Functions.
3-
version: 0.0.1
3+
version: 0.0.2
44
author: Flutter Team <[email protected]>
55
homepage: https://github.com/flutter/plugins/tree/master/packages/cloud_functions
66

packages/firebase_admob/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.6
2+
3+
* Bump Android and Firebase dependency versions.
4+
15
## 0.5.5
26

37
* Updated Gradle tooling to match Android Studio 3.1.2.

packages/firebase_admob/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99

1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:3.1.2'
11+
classpath 'com.android.tools.build:gradle:3.1.3'
1212
}
1313
}
1414

@@ -32,6 +32,6 @@ android {
3232
disable 'InvalidPackage'
3333
}
3434
dependencies {
35-
api 'com.google.firebase:firebase-ads:15.+'
35+
api 'com.google.firebase:firebase-ads:15.0.1'
3636
}
3737
}

0 commit comments

Comments
 (0)