1
0
mirror of https://github.com/areteruhiro/LIME-beta-hiro.git synced 2025-02-05 21:11:39 +09:00
LIME-beta-hiro/settings.gradle
2024-02-16 23:50:23 +09:00

20 lines
363 B
Groovy

pluginManagement {
repositories {
google()
mavenCentral()
}
plugins {
id 'com.android.application' version '8.2.2' apply false
}
}
dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven { url = "https://api.xposed.info" }
}
}
rootProject.name = "LIME"
include ':app'