1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 16:37:47 +00:00

Ladybird/Android: Move gradle files to Ladybird/Android directory

And add documentation for how to use the thing
This commit is contained in:
Andrew Kaster 2023-09-14 15:59:33 -06:00 committed by Andrew Kaster
parent ec05b4bc0a
commit 78ebeb6a5a
10 changed files with 35 additions and 11 deletions

View file

@ -0,0 +1,16 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Ladybird"