Skip to content

Commit

Permalink
bump firebase_database android dependencies to latest (firebase#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroikie authored Oct 9, 2018
1 parent 548ebe7 commit 06cb516
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions packages/firebase_database/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.5

* Bumped Android dependencies to latest.

## 1.0.4

* Bumped test and mockito versions to pick up Dart 2 support.
Expand Down
4 changes: 2 additions & 2 deletions packages/firebase_database/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.1.3'
classpath 'com.android.tools.build:gradle:3.2.0'
}
}

Expand All @@ -32,6 +32,6 @@ android {
disable 'InvalidPackage'
}
dependencies {
api 'com.google.firebase:firebase-database:16.0.1'
api 'com.google.firebase:firebase-database:16.0.3'
}
}
4 changes: 2 additions & 2 deletions packages/firebase_database/example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.1.3'
classpath 'com.google.gms:google-services:4.0.1'
classpath 'com.android.tools.build:gradle:3.2.0'
classpath 'com.google.gms:google-services:4.1.0'
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip
2 changes: 1 addition & 1 deletion packages/firebase_database/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
sdk: flutter
firebase_database:
path: ../
firebase_core: ^0.2.2
firebase_core: ^0.2.5+1

flutter:
uses-material-design: true
4 changes: 2 additions & 2 deletions packages/firebase_database/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Flutter plugin for Firebase Database, a cloud-hosted NoSQL database
with realtime data syncing across Android and iOS clients, and offline access.
author: Flutter Team <[email protected]>
homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_database
version: 1.0.4
version: 1.0.5

flutter:
plugin:
Expand All @@ -14,7 +14,7 @@ flutter:
dependencies:
flutter:
sdk: flutter
firebase_core: ^0.2.2
firebase_core: ^0.2.5+1

dev_dependencies:
test: ^1.3.0
Expand Down

0 comments on commit 06cb516

Please sign in to comment.