Adding app module

This commit is contained in:
2021-08-16 13:02:40 +02:00
parent 47a711a371
commit 15cb292af2
22 changed files with 351 additions and 0 deletions
+2
View File
@@ -16,3 +16,5 @@ dependencyResolutionManagement {
}
rootProject.name = "android-study-case"
include(":app")
include(":util")
include(":i18n")