This repository was archived by the owner on Apr 4, 2023. It is now read-only.
File tree 3 files changed +5
-1
lines changed
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 26
26
"ml_kit_custom_model" : true ,
27
27
"ml_kit_natural_language_identification" : true ,
28
28
"ml_kit_natural_language_smartreply" : true
29
- }
29
+ }
Original file line number Diff line number Diff line change @@ -771,6 +771,8 @@ dependencies {
771
771
772
772
// In-App Messaging
773
773
` + ( isSelected ( result . in_app_messaging ) ? `` : `//` ) + ` implementation "com.google.firebase:firebase-inappmessaging-display:17.1.1"
774
+ // not entirely sure this is needed, but doesn't hurt.. make sure to check the compatible version when bumping firebase-inappmessaging-display
775
+ ` + ( isSelected ( result . in_app_messaging ) ? `` : `//` ) + ` implementation "com.squareup.picasso:picasso:2.5.2"
774
776
775
777
// Cloud Storage
776
778
` + ( isSelected ( result . storage ) ? `` : `//` ) + ` implementation "com.google.firebase:firebase-storage:16.1.0"
Original file line number Diff line number Diff line change @@ -4943,6 +4943,8 @@ dependencies {
4943
4943
4944
4944
// In-App Messaging
4945
4945
` + ( isSelected ( result . in_app_messaging ) ? `` : `//` ) + ` implementation "com.google.firebase:firebase-inappmessaging-display:17.1.1"
4946
+ // not entirely sure this is needed, but doesn't hurt.. make sure to check the compatible version when bumping firebase-inappmessaging-display
4947
+ ` + ( isSelected ( result . in_app_messaging ) ? `` : `//` ) + ` implementation "com.squareup.picasso:picasso:2.5.2"
4946
4948
4947
4949
// Cloud Storage
4948
4950
` + ( isSelected ( result . storage ) ? `` : `//` ) + ` implementation "com.google.firebase:firebase-storage:16.1.0"
You can’t perform that action at this time.
0 commit comments