droid48-gwh/build.gradle

18 lines
345 B
Groovy
Raw Permalink Normal View History

2016-02-21 19:01:58 +01:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
2018-05-12 17:57:01 +02:00
google()
2021-05-04 22:59:51 +02:00
mavenCentral()
2016-02-21 19:01:58 +01:00
}
dependencies {
classpath 'com.android.tools.build:gradle:8.2.1'
2016-02-21 19:01:58 +01:00
}
}
allprojects {
repositories {
2018-05-12 17:57:01 +02:00
google()
2021-05-04 22:59:51 +02:00
mavenCentral()
2016-02-21 19:01:58 +01:00
}
}