sdk/build.gradle
2019-11-14 16:39:08 +01:00

18 lines
288 B
Groovy

allprojects {
repositories {
mavenCentral()
jcenter()
maven { url "https://jitpack.io" }
}
}
ext {
okhttp3 = "3.12.5"
retrofit = "2.6.2"
threetenbp = "1.4.0"
}
subprojects {
version = "0.12.0-SNAPSHOT"
group = "io.github.wulkanowy"
}