We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e33b3 commit 727e04eCopy full SHA for 727e04e
build.gradle
@@ -1,3 +1,15 @@
1
+buildscript {
2
+ repositories {
3
+ google()
4
+ mavenCentral()
5
+ }
6
+ dependencies {
7
+ // The oss-licenses Gradle plugin still relies on XmlSlurper from groovy-xml when
8
+ // running on recent Gradle versions, so we provide it explicitly on the classpath.
9
+ classpath 'org.codehaus.groovy:groovy-xml:3.0.19'
10
11
+}
12
+
13
plugins {
14
alias(libs.plugins.androidApplication) apply false
15
alias(libs.plugins.googleServices) apply false
0 commit comments