Files
moasdawiki-app/build.gradle
T

22 lines
480 B
Groovy
Raw Normal View History

2020-01-02 17:03:31 +01:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
2021-05-08 22:37:11 +02:00
mavenCentral()
2020-01-02 17:03:31 +01:00
google()
}
dependencies {
2023-04-29 16:14:10 +02:00
classpath 'com.android.tools.build:gradle:8.0.0'
2020-01-02 17:03:31 +01:00
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
2021-05-08 22:37:11 +02:00
mavenCentral()
2020-01-02 17:03:31 +01:00
google()
}
}