Shitter-android-app/build.gradle

27 lines
667 B
Groovy
Raw Normal View History

2017-11-04 16:44:55 +01:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
mavenCentral()
maven { url 'https://plugins.gradle.org/m2/' }
2018-05-18 20:17:52 +02:00
google()
2017-11-04 16:44:55 +01:00
}
2017-11-04 16:44:55 +01:00
dependencies {
classpath 'com.android.tools.build:gradle:4.2.1'
classpath 'io.michaelrocks:paranoid-gradle-plugin:0.3.3'
classpath 'gradle.plugin.ru.cleverpumpkin.proguard-dictionaries-generator:plugin:1.0.8'
2017-11-04 16:44:55 +01:00
}
}
allprojects {
repositories {
mavenCentral()
2018-05-18 20:17:52 +02:00
google()
2019-01-28 20:06:13 +01:00
maven { url 'https://jitpack.io' }
2017-11-04 16:44:55 +01:00
}
2018-02-14 22:41:17 +01:00
}
task clean(type: Delete) {
delete rootProject.buildDir
}