1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-10-14 15:07:38 +00:00

Update AGP and clojars Maven URL

This commit is contained in:
TacoTheDank
2022-08-09 19:19:03 -04:00
parent 0b11afaf2f
commit 7f21f6e80e

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" }
}
}