1
0
mirror of https://github.com/areteruhiro/LIME-beta-hiro.git synced 2025-02-21 02:09:34 +09:00
LIME-beta-hiro/settings.gradle

20 lines
363 B
Groovy
Raw Normal View History

2024-01-19 13:42:24 +09:00
pluginManagement {
repositories {
google()
mavenCentral()
}
plugins {
2024-01-23 02:37:28 +09:00
id 'com.android.application' version '8.1.4' apply false
}
2024-01-19 13:42:24 +09:00
}
dependencyResolutionManagement {
repositories {
google()
mavenCentral()
2024-01-20 14:40:07 +09:00
maven { url = "https://api.xposed.info" }
2024-01-19 13:42:24 +09:00
}
}
rootProject.name = "LIME"
include ':app'