1
0
mirror of https://github.com/PurpleI2P/i2pd-android.git synced 2025-01-09 14:28:03 +00:00
i2pd-android/build.gradle

20 lines
296 B
Groovy
Raw Normal View History

2020-06-06 00:51:41 +00:00
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.2'
2020-06-06 00:51:41 +00:00
}
}
allprojects {
repositories {
google()
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}