Files
hermes-android/settings.gradle.kts
harley 4d168a44bb Initial commit: Hermes Android native app
Fullscreen WebView wrapper with foreground keepalive service,
configurable server URL, and JavaScript bridge for native features.
2026-07-07 20:30:33 -04:00

19 lines
326 B
Kotlin

pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Hermes"
include(":app")