Merge PR #202: Update firebase dependency

This commit is contained in:
Jenkins 2019-06-12 17:08:34 +02:00
commit 2a9ac476bc
2 changed files with 2 additions and 3 deletions

View File

@ -40,7 +40,7 @@ ApplicationWindow {
property string graphStyle: "bars"
property string style: "light"
property bool showHiddenOptions: false
property string cloudEnvironment: "community"
property string cloudEnvironment: "Community"
property bool showConnectionTabs: false
property int tabCount: 1
}

View File

@ -28,8 +28,7 @@ apply plugin: 'com.android.application'
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.google.android.gms:play-services-base:15.0.1'
compile 'com.google.firebase:firebase-core:16.0.1'
compile 'com.google.firebase:firebase-messaging:17.3.0'
compile 'com.google.firebase:firebase-messaging:18.0.0'
compile 'com.google.firebase.messaging.cpp:firebase_messaging_cpp@aar'
}