LightningLauncher-TrianguloY/app/llx/build.gradle
Artem Zhiganov d683be0812
Update Gradle Plugin 3.3.2 -> 8.1.1
AGP 8.0
Builds and runs successfully

#1

Co-authored-by: SVolf <a.zhiganov@mintmail.ru>
2023-09-23 11:46:25 +02:00

26 lines
556 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
mavenCentral()
jcenter()
maven {
url 'https://maven.google.com/'
name 'Google'
}
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.1'
}
}
allprojects {
repositories {
mavenCentral()
maven {
url 'https://maven.google.com/'
name 'Google'
}
jcenter()
}
}