Skip to content
This repository has been archived by the owner on Aug 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #2 from ReginFell/firebase_version
Browse files Browse the repository at this point in the history
Fixed firebase version
  • Loading branch information
VictorAlbertos authored Jul 31, 2016
2 parents 91f90eb + 10ca55c commit b0def5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ dependencies {

compile "com.squareup.retrofit2:adapter-rxjava:2.1.0"
compile "com.squareup.retrofit2:converter-gson:2.1.0"
compile 'com.android.support:appcompat-v7:24.0.0'
compile 'com.android.support:appcompat-v7:24.1.1'
compile 'io.reactivex:rxandroid:1.2.1'

compile 'com.android.support:design:24.0.0'
compile 'com.android.support:support-annotations:24.0.0'
compile 'com.android.support:design:24.1.1'
compile 'com.android.support:support-annotations:24.1.1'

androidTestCompile ("com.android.support.test:runner:0.4.1") {
exclude module: 'support-annotations'
Expand Down
2 changes: 1 addition & 1 deletion rx_fcm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])

compile "com.google.firebase:firebase-messaging:9.0.0"
compile "com.google.firebase:firebase-messaging:9.2.1"

compile 'io.reactivex:rxjava:1.1.7'
compile 'io.reactivex:rxandroid:1.2.1'
Expand Down

0 comments on commit b0def5d

Please sign in to comment.