1
0
mirror of https://github.com/areteruhiro/LIME-beta-hiro.git synced 2025-02-10 23:41:38 +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-03-07 09:13:38 +09:00
id 'com.android.application' version '8.3.0' 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'