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:
@@ -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" }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user