Procházet zdrojové kódy

Removed deprecated jcenter repository

Vadik Sirekanyan před 3 roky
rodič
revize
2553ca59f5
2 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 1 1
      LICENSE
  2. 2 2
      build.gradle

+ 1 - 1
LICENSE

@@ -1,6 +1,6 @@
 MIT License
 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
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 of this software and associated documentation files (the "Software"), to deal

+ 2 - 2
build.gradle

@@ -2,7 +2,7 @@ buildscript {
     ext.kotlin_version = '1.3.71'
     ext.kotlin_version = '1.3.71'
     repositories {
     repositories {
         google()
         google()
-        jcenter()
+        mavenCentral()
     }
     }
     dependencies {
     dependencies {
         classpath 'com.android.tools.build:gradle:3.6.2'
         classpath 'com.android.tools.build:gradle:3.6.2'
@@ -13,7 +13,7 @@ buildscript {
 allprojects {
 allprojects {
     repositories {
     repositories {
         google()
         google()
-        jcenter()
+        mavenCentral()
     }
     }
 }
 }