From 111644dd179904559fb2922680698b2f3684f792 Mon Sep 17 00:00:00 2001
From: "dependabot-preview[bot]"
 <dependabot-preview[bot]@users.noreply.github.com>
Date: Tue, 4 Jun 2019 19:00:49 +0200
Subject: [PATCH] Bump firebase-messaging from 17.6.0 to 18.0.0 (#1347)

Bumps firebase-messaging from 17.6.0 to 18.0.0.

Signed-off-by: dependabot[bot] <support@dependabot.com>

Bump minSdkVersion to 16

Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
---
 mobile/build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mobile/build.gradle b/mobile/build.gradle
index 86deeefc..86a06a92 100644
--- a/mobile/build.gradle
+++ b/mobile/build.gradle
@@ -28,7 +28,7 @@ android {
 
     defaultConfig {
         applicationId "org.openhab.habdroid"
-        minSdkVersion 14
+        minSdkVersion 16
         targetSdkVersion 27
         versionCode 143
         versionName "2.7.3-beta"
@@ -117,7 +117,7 @@ dependencies {
     fossImplementation 'org.osmdroid:osmdroid-android:6.1.0'
 
     // FCM
-    fullImplementation 'com.google.firebase:firebase-messaging:17.6.0'
+    fullImplementation 'com.google.firebase:firebase-messaging:18.0.0'
 
     // About screen
     implementation 'com.github.daniel-stoneuk:material-about-library:2.4.2'
-- 
GitLab