Project activity debut

This commit is contained in:
Raphael
2025-01-12 18:21:32 +01:00
parent f6ecbc8909
commit d7c313c013
10 changed files with 267 additions and 56 deletions

View File

@@ -9,6 +9,7 @@ pluginManagement {
}
mavenCentral()
gradlePluginPortal()
maven { url = uri("https://jitpack.io") } // Ajoute JitPack
}
}
dependencyResolutionManagement {
@@ -16,7 +17,9 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven { url = uri("https://jitpack.io") } // Ajoute JitPack
}
}
rootProject.name = "Timelapse"