mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-19 01:03:56 +00:00
14 lines
288 B
Plaintext
14 lines
288 B
Plaintext
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()
|
|
} |