File tree Expand file tree Collapse file tree 14 files changed +45
-41
lines changed
firebase_in_app_messaging Expand file tree Collapse file tree 14 files changed +45
-41
lines changed Original file line number Diff line number Diff line change 3
3
* ** Breaking change** . Allow plugins with different Android Firebase
4
4
dependencies to interoperate by switching Firebase gradle dependencies
5
5
from ` api ` to ` implementation ` . Most apps should be unaffected by this
6
- change, but apps that relied on the plugin to provide a transitive
7
- dependency may need to add an explicit Firebase dependency to their
8
- app-level build.gradle.
6
+ change, but apps that relied on the plugin to add Firebase to the
7
+ classpath may need to add an explicit ` api ` dependency to the
8
+ app-level build.gradle for 'com.google.firebase:firebase-firestore : x .y.z' .
9
9
10
10
## 0.12.9+1
11
11
Original file line number Diff line number Diff line change 3
3
* ** Breaking change** . Allow plugins with different Android Firebase
4
4
dependencies to interoperate by switching Firebase gradle dependencies
5
5
from ` api ` to ` implementation ` . Most apps should be unaffected by this
6
- change, but apps that relied on the plugin to provide a transitive
7
- dependency may need to add an explicit Firebase dependency to their
8
- app-level build.gradle.
6
+ change, but apps that relied on the plugin to add Firebase to the
7
+ classpath may need to add an explicit ` api ` dependency to the
8
+ app-level build.gradle for 'com.google.firebase:firebase-functions : x .y.z' .
9
9
10
10
## 0.4.1+1
11
11
Original file line number Diff line number Diff line change 3
3
* ** Breaking change** . Allow plugins with different Android Firebase
4
4
dependencies to interoperate by switching Firebase gradle dependencies
5
5
from ` api ` to ` implementation ` . Most apps should be unaffected by this
6
- change, but apps that relied on the plugin to provide a transitive
7
- dependency may need to add an explicit Firebase dependency to their
8
- app-level build.gradle.
6
+ change, but apps that relied on the plugin to add Firebase to the
7
+ classpath may need to add an explicit ` api ` dependency to the
8
+ app-level build.gradle for 'com.google.firebase:firebase-ads : x .y.z' .
9
9
10
10
## 0.9.0+6
11
11
Original file line number Diff line number Diff line change 3
3
* ** Breaking change** . Allow plugins with different Android Firebase
4
4
dependencies to interoperate by switching Firebase gradle dependencies
5
5
from ` api ` to ` implementation ` . Most apps should be unaffected by this
6
- change, but apps that relied on the plugin to provide a transitive
7
- dependency may need to add an explicit Firebase dependency to their
8
- app-level build.gradle.
6
+ change, but apps that relied on the plugin to add Firebase to the
7
+ classpath may need to add an explicit ` api ` dependency to the
8
+ app-level build.gradle for 'com.google.firebase:firebase-analytics : x .y.z' .
9
9
10
10
## 5.0.1
11
11
Original file line number Diff line number Diff line change 3
3
* ** Breaking change** . Allow plugins with different Android Firebase
4
4
dependencies to interoperate by switching Firebase gradle dependencies
5
5
from ` api ` to ` implementation ` . Most apps should be unaffected by this
6
- change, but apps that relied on the plugin to provide a transitive
7
- dependency may need to add an explicit Firebase dependency to their
8
- app-level build.gradle.
6
+ change, but apps that relied on the plugin to add Firebase to the
7
+ classpath may need to add an explicit ` api ` dependency to the
8
+ app-level build.gradle for 'com.google.firebase:firebase-auth : x .y.z' .
9
9
10
10
## 0.14.0+4
11
11
Original file line number Diff line number Diff line change 3
3
* ** Breaking change** . Allow plugins with different Android Firebase
4
4
dependencies to interoperate by switching Firebase gradle dependencies
5
5
from ` api ` to ` implementation ` . Most apps should be unaffected by this
6
- change, but apps that relied on the plugin to provide a transitive
7
- dependency may need to add an explicit Firebase dependency to their
8
- app-level build.gradle.
6
+ change, but apps that relied on the plugin to add Firebase to the
7
+ classpath may need to add an explicit ` api ` dependency to the
8
+ app-level build.gradle for 'com.google.firebase:firebase-core : x .y.z' .
9
9
10
10
## 0.4.0+9
11
11
Original file line number Diff line number Diff line change 3
3
* ** Breaking change** . Allow plugins with different Android Firebase
4
4
dependencies to interoperate by switching Firebase gradle dependencies
5
5
from ` api ` to ` implementation ` . Most apps should be unaffected by this
6
- change, but apps that relied on the plugin to provide a transitive
7
- dependency may need to add an explicit Firebase dependency to their
8
- app-level build.gradle.
6
+ change, but apps that relied on the plugin to add Firebase to the
7
+ classpath may need to add an explicit ` api ` dependency to the
8
+ app-level build.gradle for 'com.google.firebase:firebase-database : x .y.z' .
9
9
10
10
## 3.0.7
11
11
Original file line number Diff line number Diff line change 3
3
* ** Breaking change** . Allow plugins with different Android Firebase
4
4
dependencies to interoperate by switching Firebase gradle dependencies
5
5
from ` api ` to ` implementation ` . Most apps should be unaffected by this
6
- change, but apps that relied on the plugin to provide a transitive
7
- dependency may need to add an explicit Firebase dependency to their
8
- app-level build.gradle.
6
+ change, but apps that relied on the plugin to add Firebase to the
7
+ classpath may need to add an explicit ` api ` dependency to the
8
+ app-level build.gradle for 'com.google.firebase:firebase-dynamic-links : x .y.z' .
9
9
10
10
## 0.5.0+3
11
11
Original file line number Diff line number Diff line change 5
5
* ** Breaking change** . Allow plugins with different Android Firebase
6
6
dependencies to interoperate by switching Firebase gradle dependencies
7
7
from ` api ` to ` implementation ` . Most apps should be unaffected by this
8
- change, but apps that relied on the plugin to provide a transitive
9
- dependency may need to add an explicit Firebase dependency to their
10
- app-level build.gradle.
8
+ change, but apps that relied on the plugin to add Firebase to the
9
+ classpath may need to add an explicit ` api ` dependency to the
10
+ app-level build.gradle for 'com.google.firebase:firebase-inappmessaging-display : x .y.z' .
11
11
12
12
## 0.0.1+3
13
13
Original file line number Diff line number Diff line change 1
1
## 6.0.0
2
2
3
- * Allow plugins with different Android Firebase dependencies to interoperate
4
- by switching Firebase gradle dependencies from ` api ` to ` implementation ` .
3
+ * ** Breaking change** . Allow plugins with different Android Firebase
4
+ dependencies to interoperate by switching Firebase gradle dependencies
5
+ from ` api ` to ` implementation ` . Most apps should be unaffected by this
6
+ change, but apps that relied on the plugin to add Firebase to the
7
+ classpath may need to add an explicit ` api ` dependency to the
8
+ app-level build.gradle for 'com.google.firebase:firebase-messaging: x .y.z'.
5
9
6
10
## 5.1.4
7
11
Original file line number Diff line number Diff line change 3
3
* ** Breaking change** . Allow plugins with different Android Firebase
4
4
dependencies to interoperate by switching Firebase gradle dependencies
5
5
from ` api ` to ` implementation ` . Most apps should be unaffected by this
6
- change, but apps that relied on the plugin to provide a transitive
7
- dependency may need to add an explicit Firebase dependency to their
8
- app-level build.gradle.
6
+ change, but apps that relied on the plugin to add Firebase to the
7
+ classpath may need to add an explicit ` api ` dependency to the
8
+ app-level build.gradle for 'com.google.firebase:firebase-ml-vision : x .y.z' .
9
9
10
10
## 0.9.2+1
11
11
Original file line number Diff line number Diff line change 3
3
* ** Breaking change** . Allow plugins with different Android Firebase
4
4
dependencies to interoperate by switching Firebase gradle dependencies
5
5
from ` api ` to ` implementation ` . Most apps should be unaffected by this
6
- change, but apps that relied on the plugin to provide a transitive
7
- dependency may need to add an explicit Firebase dependency to their
8
- app-level build.gradle.
6
+ change, but apps that relied on the plugin to add Firebase to the
7
+ classpath may need to add an explicit ` api ` dependency to the
8
+ app-level build.gradle for 'com.google.firebase:firebase-perf : x .y.z' .
9
9
10
10
## 0.3.0+5
11
11
Original file line number Diff line number Diff line change 3
3
* ** Breaking change** . Allow plugins with different Android Firebase
4
4
dependencies to interoperate by switching Firebase gradle dependencies
5
5
from ` api ` to ` implementation ` . Most apps should be unaffected by this
6
- change, but apps that relied on the plugin to provide a transitive
7
- dependency may need to add an explicit Firebase dependency to their
8
- app-level build.gradle.
6
+ change, but apps that relied on the plugin to add Firebase to the
7
+ classpath may need to add an explicit ` api ` dependency to the
8
+ app-level build.gradle for 'com.google.firebase:firebase-config : x .y.z' .
9
9
10
10
## 0.2.0+6
11
11
Original file line number Diff line number Diff line change 3
3
* ** Breaking change** . Allow plugins with different Android Firebase
4
4
dependencies to interoperate by switching Firebase gradle dependencies
5
5
from ` api ` to ` implementation ` . Most apps should be unaffected by this
6
- change, but apps that relied on the plugin to provide a transitive
7
- dependency may need to add an explicit Firebase dependency to their
8
- app-level build.gradle.
6
+ change, but apps that relied on the plugin to add Firebase to the
7
+ classpath may need to add an explicit ` api ` dependency to the
8
+ app-level build.gradle for 'com.google.firebase:firebase-storage : x .y.z' .
9
9
10
10
## 3.0.6
11
11
You can’t perform that action at this time.
0 commit comments