Add JitPack repository configuration

Add JitPack repository to all projects.
This commit is contained in:
Michachatz
2026-03-24 07:41:22 +01:00
committed by GitHub
parent c9d6cf27ec
commit 765ccc9250

View File

@@ -1,5 +1,11 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
plugins {
id 'com.android.application' version '9.1.0' apply false
id 'com.android.library' version '9.1.0' apply false
@@ -8,4 +14,4 @@ plugins {
tasks.register('clean', Delete) {
delete rootProject.buildDir()
}
}