Initial commit

This commit is contained in:
Melih Aksoy
2019-07-01 15:56:55 +02:00
commit 6029facf73
143 changed files with 6891 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
apply from: "$rootProject.projectDir/scripts/module.gradle"
android {
dataBinding {
enabled = true
}
}
dependencies {
implementation project(':core')
implementation libraries.fragment
implementation libraries.lifecycle
implementation libraries.navigation
implementation libraries.constraintLayout
}