Project activity debut
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user