Browse Source

Fix android build

Neeraj Gupta 2 years ago
parent
commit
bcc06fc40d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      android/build.gradle

+ 2 - 1
android/build.gradle

@@ -1,5 +1,5 @@
 buildscript {
-    ext.kotlin_version = '1.8.10    '
+    ext.kotlin_version = '1.8.21'
     repositories {
         google()
         jcenter()
@@ -17,6 +17,7 @@ allprojects {
     repositories {
         google()
         jcenter()
+        mavenCentral()
         // mavenLocal() // for FDroid
         maven {
             url "${project(':background_fetch').projectDir}/libs"