fdroid-client/build.gradle

18 lines
584 B
Groovy
Raw Normal View History

2013-11-27 15:47:13 +01:00
buildscript {
repositories {
mavenCentral()
maven { url 'https://maven.google.com/' } // :-| must be before jcenter()
jcenter() // download from jCenter as last resort https://blog.autsoft.hu/a-confusing-dependency
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.3'
}
2013-11-27 15:47:13 +01:00
}
allprojects {
repositories {
mavenCentral()
maven { url 'https://maven.google.com/' } // :-| must be before jcenter()
jcenter() // download from jCenter as last resort https://blog.autsoft.hu/a-confusing-dependency
}
}