LibreTube/settings.gradle.kts

13 lines
192 B
Plaintext
Raw Normal View History

2024-01-01 11:56:58 +05:30
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
2021-12-09 18:01:40 +05:30
rootProject.name = "LibreTube"
include(":app")
2024-01-01 11:56:58 +05:30
include(":baselineprofile")