Hash :
cee4452f
Author :
Thomas de Grivel
Date :
2025-10-02T18:41:07
wip android, claude sucks sometimes
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "KC3 EGL Android Demo"
include ':app'