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" }