2019-11-14 11:26:25 +01:00
|
|
|
allprojects {
|
|
|
|
repositories {
|
|
|
|
mavenCentral()
|
|
|
|
jcenter()
|
|
|
|
maven { url "https://jitpack.io" }
|
2018-07-12 17:19:45 +02:00
|
|
|
}
|
|
|
|
}
|
2018-08-30 17:22:28 +02:00
|
|
|
|
2019-11-14 13:36:46 +01:00
|
|
|
ext {
|
|
|
|
okhttp3 = "3.12.5"
|
|
|
|
retrofit = "2.6.2"
|
|
|
|
threetenbp = "1.4.0"
|
|
|
|
}
|
|
|
|
|
2019-11-14 11:26:25 +01:00
|
|
|
subprojects {
|
2019-11-14 16:39:08 +01:00
|
|
|
version = "0.12.0-SNAPSHOT"
|
2019-11-14 13:36:46 +01:00
|
|
|
group = "io.github.wulkanowy"
|
2018-08-30 17:22:28 +02:00
|
|
|
}
|