Fix android build (#1188)

This commit is contained in:
Neeraj Gupta 2023-06-06 15:51:48 +05:30 committed by GitHub
commit 6396125cad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"