update dependencies

This commit is contained in:
2021-07-31 14:05:52 +06:00
parent d170e86c8a
commit 42c5bd3a7f
6 changed files with 16 additions and 16 deletions

View File

@@ -1,6 +1,5 @@
buildscript {
repositories {
jcenter()
google()
mavenCentral()
mavenLocal()
@@ -20,10 +19,8 @@ buildscript {
allprojects {
repositories {
mavenLocal()
jcenter()
mavenCentral()
google()
maven { url "https://kotlin.bintray.com/kotlinx" }
}
// temporal crutch until legacy tests will be stabled or legacy target will be removed