mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-02-01 19:15:14 +01:00
14 lines
288 B
Kotlin
14 lines
288 B
Kotlin
buildscript {
|
|
repositories {
|
|
google()
|
|
}
|
|
}
|
|
|
|
plugins {
|
|
id("com.android.application") version "7.3.1" apply false
|
|
id("com.android.library") version "7.3.1" apply false
|
|
id("org.jetbrains.kotlin.android") version "1.7.20" apply false
|
|
}
|
|
repositories {
|
|
google()
|
|
} |