Update AGP, reorganize libraries

This commit is contained in:
TacoTheDank
2021-09-24 21:07:26 -04:00
parent b0f33815d8
commit 0f4ced5669
3 changed files with 23 additions and 33 deletions

View File

@@ -3,10 +3,12 @@
buildscript {
repositories {
google()
mavenCentral()
maven { url "https://jitpack.io" }
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.1'
classpath 'com.android.tools.build:gradle:7.0.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
@@ -16,9 +18,9 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
mavenCentral()
maven { url "https://jitpack.io" }
jcenter()
}
}