1
0
mirror of https://github.com/tijder/SmsMatrix.git synced 2024-10-27 18:24:01 +00:00
This commit is contained in:
Toby Murray 2024-10-23 14:22:39 -04:00 committed by GitHub
commit f5f8373787
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ buildscript {
repositories { repositories {
google() google()
jcenter() mavenCentral()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.3' classpath 'com.android.tools.build:gradle:4.1.3'
@ -33,7 +33,7 @@ allprojects {
} }
} }
google() google()
jcenter() mavenCentral()
} }
} }