]> git.ktnx.net Git - mobile-ledger.git/blobdiff - build.gradle
db 62: remove duplicate currency entries before creating unique index
[mobile-ledger.git] / build.gradle
index 2477b0dd8b61acb5db9aea2e29799424129914bc..38a6fe305905272bf9d367a7367f1aa7e3d1b758 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright © 2019 Damyan Ivanov.
+ * Copyright © 2021 Damyan Ivanov.
  * This file is part of MoLe.
  * MoLe is free software: you can distribute it and/or modify it
  * under the term of the GNU General Public License as published by
@@ -21,10 +21,10 @@ buildscript {
     
     repositories {
         google()
-        jcenter()
+        mavenCentral()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:3.6.2'
+        classpath 'com.android.tools.build:gradle:4.2.0'
         
 
         // NOTE: Do not place your application dependencies here; they belong
@@ -35,7 +35,7 @@ buildscript {
 allprojects {
     repositories {
         google()
-        jcenter()
+        mavenCentral()
     }
 }