From b5eba37e53e8a9664143c5f64b91852b0156d735 Mon Sep 17 00:00:00 2001 From: X1nto Date: Fri, 7 Aug 2020 10:37:40 +0400 Subject: [PATCH] added firebase performance plugin --- app/build.gradle | 2 ++ build.gradle | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 8f0c222e..264dee54 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,6 +3,7 @@ apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' apply plugin: 'kotlin-kapt' apply plugin: 'com.google.gms.google-services' +apply plugin: 'com.google.firebase.firebase-perf' android { compileSdkVersion 29 @@ -84,6 +85,7 @@ dependencies { implementation 'com.github.kittinunf.fuel:fuel-json:2.2.3' implementation 'com.github.topjohnwu.libsu:core:3.0.1' implementation 'com.google.firebase:firebase-messaging:20.2.4' + implementation 'com.google.firebase:firebase-perf:19.0.8' implementation 'com.mindorks.android:prdownloader:0.6.0' } diff --git a/build.gradle b/build.gradle index bfaacbe4..e1126fa8 100644 --- a/build.gradle +++ b/build.gradle @@ -8,9 +8,10 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:4.0.0' + classpath 'com.android.tools.build:gradle:4.0.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath 'com.google.gms:google-services:4.3.3' + classpath 'com.google.fireabse:perf-plugin:1.3.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files