We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f6a1e commit 8265708Copy full SHA for 8265708
test-apps/database-test-app/build.gradle
@@ -53,8 +53,7 @@ configurations.all {
53
dependencies {
54
// We intentionally use an open ended version to pick up any SNAPSHOT
55
// versions published to the root project' s build/ directory.
56
- implementation 'com.google.firebase:firebase-database:16.0.2'
57
- implementation 'com.google.firebase:firebase-database:16.0.2:javadoc'
+ implementation 'com.google.firebase:firebase-database:+'
58
implementation 'com.google.firebase:firebase-core:16+'
59
implementation 'com.google.firebase:firebase-auth:16+'
60
0 commit comments