Improving build speed

This commit is contained in:
2021-10-28 01:05:38 +02:00
parent 0fef475482
commit 4f76b20937
22 changed files with 113 additions and 36 deletions
+2 -5
View File
@@ -1,8 +1,5 @@
plugins {
id("de.fayard.refreshVersions") version "0.20.0"
//// # available:"0.21.0"
//// # available:"0.22.0"
//// # available:"0.23.0"
id("de.fayard.refreshVersions") version "0.23.0"
}
refreshVersions {
@@ -17,7 +14,7 @@ dependencyResolutionManagement {
jcenter() // Todo: Warning this repository is going to shut down soon
}
}
rootProject.name = "lottiefiles"
rootProject.name = "lottiefiles-app"
include(":app")
include(":util")
include(":i18n")