v0.9.3: updated repositories and gradle plugin

This commit is contained in:
Evan Debenham 2021-05-04 22:47:51 -04:00
parent b9ebdf01d0
commit 05651b37fa

View File

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