From 5cb404e3ba7337aa6485f81c13dccd374dedd3c3 Mon Sep 17 00:00:00 2001 From: xC3FFF0E <78732474+xC3FFF0E@users.noreply.github.com> Date: Thu, 30 Sep 2021 01:19:07 +0800 Subject: [PATCH] Update build.gradle --- app/build.gradle | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 166d3c2..b7e5bfe 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,12 +2,12 @@ apply plugin: 'com.android.application' android { useLibrary 'org.apache.http.legacy' - compileSdkVersion 28 + compileSdkVersion 29 defaultConfig { applicationId "com.xc3fff0e.xmanager" minSdkVersion 21 - targetSdkVersion 28 + targetSdkVersion 29 versionCode 1 versionName "2.4" } @@ -20,8 +20,13 @@ android { } dependencies { + + implementation platform('com.google.firebase:firebase-bom:25.12.0') + compile fileTree(dir: 'libs', include: ['*.jar']) - implementation 'androidx.appcompat:appcompat:1.1.0' + implementation 'com.google.firebase:firebase-messaging' + implementation 'com.google.firebase:firebase-analytics' + implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'com.google.android.material:material:1.0.0' implementation 'com.google.firebase:firebase-database:19.0.0' implementation 'com.github.bumptech.glide:glide:3.7.0'