1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Try to fix building

This commit is contained in:
xmflsct
2022-10-30 19:17:52 +01:00
parent ab0adb7c2b
commit 30ca455634
3 changed files with 29 additions and 30 deletions

View File

@@ -24,7 +24,7 @@ buildscript {
repositories {
google()
mavenCentral()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.google.gms:google-services:4.3.3'
@@ -51,7 +51,7 @@ allprojects {
google()
mavenCentral()
jcenter()
mavenCentral()
maven { url 'https://www.jitpack.io' }
}
}