1
0
mirror of https://github.com/areteruhiro/LIME-beta-hiro.git synced 2025-02-19 09:19:34 +09:00
LIME-beta-hiro/settings.gradle
2024-01-23 02:37:28 +09:00

20 lines
363 B
Groovy

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