Update firebase dependency
This commit is contained in:
parent
ce84103999
commit
d208e5f399
@ -40,7 +40,7 @@ ApplicationWindow {
|
|||||||
property string graphStyle: "bars"
|
property string graphStyle: "bars"
|
||||||
property string style: "light"
|
property string style: "light"
|
||||||
property bool showHiddenOptions: false
|
property bool showHiddenOptions: false
|
||||||
property string cloudEnvironment: "community"
|
property string cloudEnvironment: "Community"
|
||||||
property bool showConnectionTabs: false
|
property bool showConnectionTabs: false
|
||||||
property int tabCount: 1
|
property int tabCount: 1
|
||||||
}
|
}
|
||||||
|
|||||||
@ -28,8 +28,7 @@ apply plugin: 'com.android.application'
|
|||||||
dependencies {
|
dependencies {
|
||||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
compile 'com.google.android.gms:play-services-base:15.0.1'
|
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:18.0.0'
|
||||||
compile 'com.google.firebase:firebase-messaging:17.3.0'
|
|
||||||
compile 'com.google.firebase.messaging.cpp:firebase_messaging_cpp@aar'
|
compile 'com.google.firebase.messaging.cpp:firebase_messaging_cpp@aar'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user