Skip to content
Merged
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
Bumps dependency to Firebase Config 19.0.3
  • Loading branch information
Sebastian Roth committed Nov 18, 2019
commit c1014785311b8d3608c9980b190d54cd7e54988d
4 changes: 2 additions & 2 deletions packages/firebase_remote_config/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ android {
disable 'InvalidPackage'
}
dependencies {
api 'com.google.firebase:firebase-config:16.4.1'
implementation 'com.google.firebase:firebase-common:16.1.0'
api 'com.google.firebase:firebase-config:19.0.3'
implementation 'com.google.firebase:firebase-common:19.3.0'
implementation 'androidx.annotation:annotation:1.0.0'
}
}
Expand Down