From 6f89e0c022ac8ca1d3cd9e34aedb6a0bc8b6d667 Mon Sep 17 00:00:00 2001 From: Erwan Croze Date: Fri, 3 Mar 2017 16:56:17 +0100 Subject: [PATCH] Update gradle version + README --- README.md | 2 ++ build.gradle | 2 +- liblinphone_tester/build.gradle | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c62c37aa..56c1762a8 100644 --- a/README.md +++ b/README.md @@ -61,10 +61,12 @@ You can speed up the compilation by using ccache (compiler cache, see [ccache.sa ## Firebase To enable firebase in Linphone, just add your 'google-service.json' in project root, add your key at 'push_sender_id' and add 'firebase' at 'push_type' in 'res/values/non_localizable_custom.xml' +Be sure to have all services for Firebase in your 'AndroidManifest.xml' ## Google To enable google push in Linphone, remove 'google-service.json' file if it exist, add your key at 'push_sender_id' and add 'google' at 'push_type' in 'res/values/non_localizable_custom.xml' +Be sure to have every permissions and services for GCM in your 'AndroidManifest.xml' # TROUBLESHOOTING diff --git a/build.gradle b/build.gradle index 402368a6c..3dd7bdc00 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ buildscript { mavenLocal() } dependencies { - classpath 'com.android.tools.build:gradle:2.2.0' + classpath 'com.android.tools.build:gradle:2.3.0' if (googleFile.exists()) { classpath 'com.google.gms:google-services:3.0.0' } diff --git a/liblinphone_tester/build.gradle b/liblinphone_tester/build.gradle index dbbabd717..4f786ec02 100644 --- a/liblinphone_tester/build.gradle +++ b/liblinphone_tester/build.gradle @@ -18,7 +18,7 @@ buildscript { mavenLocal() } dependencies { - classpath 'com.android.tools.build:gradle:2.2.0' + classpath 'com.android.tools.build:gradle:2.3.0' if (googleFile.exists()) { classpath 'com.google.gms:google-services:3.0.0' }