File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed
src/main/java/com/google/firebase/quickstart Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ language : java
Original file line number Diff line number Diff line change @@ -7,3 +7,6 @@ Please read and follow the steps in the [CONTRIBUTING.md](CONTRIBUTING.md)
77
88## License
99See [ LICENSE] ( LICENSE )
10+
11+ ## Build Status
12+ [ ![ Build Status] ( https://travis-ci.org/firebase/quickstart-java.svg?branch=master )] ( https://travis-ci.org/firebase/quickstart-java )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ repositories {
1515
1616dependencies {
1717 // Firebase Java SDK
18- compile ' com.google.firebase:firebase-admin:5.3.1 '
18+ compile ' com.google.firebase:firebase-admin:5.8.0 '
1919
2020 // Sundial Job Scheduler
2121 compile ' org.knowm:sundial:2.1.1'
Original file line number Diff line number Diff line change 3333 */
3434public class Database {
3535
36- private static final String DATABASE_URL = "https://<YOUR-DATABSE >.firebaseio.com/" ;
36+ private static final String DATABASE_URL = "https://<YOUR-DATABASE >.firebaseio.com/" ;
3737
3838 private static DatabaseReference database ;
3939
You can’t perform that action at this time.
0 commit comments