Update AGP and clojars Maven URL

This commit is contained in:
TacoTheDank 2022-08-09 19:19:03 -04:00
parent 0b11afaf2f
commit 7f21f6e80e
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.2.1'
classpath 'com.android.tools.build:gradle:7.2.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
@ -20,6 +20,6 @@ allprojects {
google()
mavenCentral()
maven { url "https://jitpack.io" }
maven { url "https://clojars.org/repo" }
maven { url "https://repo.clojars.org" }
}
}