updated deps

This commit is contained in:
Nishant Srivastava
2021-04-10 22:59:28 +02:00
parent 3f4b235bc2
commit 2e5da9a7d7
88 changed files with 236 additions and 236 deletions

View File

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