1
0
mirror of https://github.com/PurpleI2P/i2pd-android.git synced 2025-01-09 22:38:10 +00:00
i2pd-android/build.gradle
R4SAS d4110e64d9
i2pd 2.33.0-63, tabulation, gradle configuration
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2020-10-15 04:31:35 +03:00

19 lines
281 B
Groovy

buildscript {
repositories {
mavenCentral()
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.1'
}
}
allprojects {
repositories {
mavenCentral()
google()
jcenter()
}
}