Update library dependencies

This commit is contained in:
Herbert Reiter
2021-05-08 22:37:11 +02:00
parent 5f1ed57f42
commit c3b1c53622
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -2,11 +2,11 @@
buildscript {
repositories {
jcenter()
mavenCentral()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.2'
classpath 'com.android.tools.build:gradle:4.2.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
@@ -15,7 +15,7 @@ buildscript {
allprojects {
repositories {
jcenter()
mavenCentral()
google()
}
}