Legacy Code Publication

This commit is contained in:
Krzysztof KrzysiekSiemv Smaga
2025-02-12 23:13:31 +01:00
parent 78ea931701
commit 27da9ec308
179 changed files with 7113 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
jcenter() // Warning: this repository is going to shut down soon
}
}
rootProject.name = "SimpleSocial"
include ':app'