af-wall/build.gradle

29 lines
803 B
Groovy
Raw Normal View History

2025-11-20 14:05:38 +01:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
mavenCentral()
google()
//jcenter()
maven { url 'https://haibison.bitbucket.io/maven-repos' }
maven { url 'https://jitpack.io' }
maven { url "https://maven.google.com" }
maven { url "https://plugins.gradle.org/m2/" }
gradlePluginPortal()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.2.2'
}
}
allprojects {
repositories {
mavenCentral()
google()
//jcenter()
maven { url "https://jitpack.io" }
maven { url "https://maven.google.com" }
maven { url "https://plugins.gradle.org/m2/" }
gradlePluginPortal()
}
}