From d606f2e9708301b26903bfde6f7c945af790fdee Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Wed, 7 Dec 2022 18:59:49 +0100 Subject: Gradle files changed Name moved to build.gradle Gradle version bumped --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 8207319..3777e3c 100644 --- a/build.gradle +++ b/build.gradle @@ -1,11 +1,11 @@ buildscript { dependencies { - classpath 'com.google.gms:google-services:4.3.3' + classpath 'com.google.gms:google-services:4.3.10' } }// Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '7.2.2' apply false - id 'com.android.library' version '7.2.2' apply false + id 'com.android.application' version '7.3.1' apply false + id 'com.android.library' version '7.3.1' apply false } task clean(type: Delete) { -- cgit v1.3.1