From 6f2c6906e30f6bfbd84263bdca2bef6bc4b26caa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sara=20Jak=C5=A1a?= Date: Mon, 1 Jul 2019 16:37:52 +0200 Subject: [PATCH] Resolving Non-Running Problem Because of the breaking changes in some of the android libaries, that the notification libary depended on, the app would not longer run. This change was so that the app can now actually run. --- android/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/android/build.gradle b/android/build.gradle index ec0f6d7..0c8cf77 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -2,6 +2,10 @@ buildscript { ext { + //in order to make notification libary stop complaining + googlePlayServicesVersion = "16.1.0" // default: "+" + firebaseVersion = "15.0.2" // default: "+" + buildToolsVersion = "27.0.3" minSdkVersion = 16 compileSdkVersion = 27