progress?

This commit is contained in:
rusefillc 2022-07-29 15:07:50 -04:00
parent e6d761a788
commit 63f75c946a
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.2'
@ -13,7 +13,7 @@ apply from: 'dependencies.gradle'
allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven { url 'https://jitpack.io' }
}