Skip to content

Commit

Permalink
updating gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtursKadikis committed Mar 16, 2023
1 parent 892191c commit fee112d
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -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
}
}
}

0 comments on commit fee112d

Please sign in to comment.