From fee112db8a00c7558c4db3b455a78d1acf9ff2a2 Mon Sep 17 00:00:00 2001 From: ArtursK Date: Fri, 17 Mar 2023 00:46:38 +0200 Subject: [PATCH] updating gradle --- build.gradle | 74 ++++++++++++++++++++++++++-------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/build.gradle b/build.gradle index af9798584..dba7d1de8 100644 --- a/build.gradle +++ b/build.gradle @@ -1,37 +1,37 @@ -// Top-level build file where you can add configuration options common to all sub-projects/modules. - -buildscript { - repositories { - google() - mavenCentral() - jcenter() - maven { - url "https://maven.google.com" - } - } - dependencies { - classpath 'com.android.tools.build:gradle:4.1.3' - classpath 'com.github.dcendents:android-maven-plugin:1.2' - classpath 'com.google.gms:google-services:4.3.0' - - // NOTE: Do not place your application dependencies here; they belong - // in the individual module build.gradle files - } -} - -allprojects { - ext.CLY_VERSION = "20.11.5" - ext.POWERMOCK_VERSION = "1.7.1" - - tasks.withType(Javadoc) { - options.addStringOption('Xdoclint:none', '-quiet') - } - repositories { - google() - jcenter() - //mavenLocal() - maven { - url "https://maven.google.com" // Google's Maven repository - } - } -} +// Top-level build file where you can add configuration options common to all sub-projects/modules. + +buildscript { + repositories { + google() + mavenCentral() + jcenter() + maven { + url "https://maven.google.com" + } + } + dependencies { + classpath 'com.android.tools.build:gradle:4.1.3' + classpath 'com.github.dcendents:android-maven-plugin:1.2' + classpath 'com.google.gms:google-services:4.3.0' + + // NOTE: Do not place your application dependencies here; they belong + // in the individual module build.gradle files + } +} + +allprojects { + ext.CLY_VERSION = "22.09.1" + ext.POWERMOCK_VERSION = "1.7.1" + + tasks.withType(Javadoc) { + options.addStringOption('Xdoclint:none', '-quiet') + } + repositories { + google() + jcenter() + //mavenLocal() + maven { + url "https://maven.google.com" // Google's Maven repository + } + } +}