Skip to content

Commit 1b5e956

Browse files
authored
Fix dynamic module support bug #3860 (#3870)
* update * add feature delivery library * use only one library * update
1 parent f3f2f4c commit 1b5e956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-components/firebase-dynamic-module-support/firebase-dynamic-module-support.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ android {
4545
dependencies {
4646
implementation project(':firebase-common')
4747
implementation project(':firebase-components')
48-
implementation 'com.google.android.play:core:1.9.0'
48+
implementation 'com.google.android.play:feature-delivery:2.0.0'
4949
}

0 commit comments

Comments
 (0)