Archived
1
0
This commit is contained in:
Sweet Bread
2022-11-18 00:15:16 +03:00
commit dc7b7d6d12
43 changed files with 1172 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "LinCalc"
include ':app'