@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2020 Vadik Sirekanyan
+Copyright (c) 2020, 2022 Vadik Sirekanyan
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -2,7 +2,7 @@ buildscript {
ext.kotlin_version = '1.3.71'
repositories {
google()
- jcenter()
+ mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.2'
@@ -13,7 +13,7 @@ buildscript {
allprojects {