This commit is contained in:
MeuNome
2026-04-27 14:58:47 +01:00
parent d0216e424b
commit 0fe31e3f65
20 changed files with 1503 additions and 1468 deletions

View File

@@ -1,2 +1,11 @@
rootProject.name = "Fluxup"
include ':app'
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.PREFER_SETTINGS)
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}