mirror of
https://github.com/melihaksoy/Android-Kotlin-Modulerized-CleanArchitecture.git
synced 2026-07-04 12:01:46 +02:00
Feature/styling (#36)
* Working with material styles * Replaced deprecated ViewModelProviders.of and applied base styles with material components * Various code style fixes and styles.xml improvements
This commit is contained in:
+1
-2
@@ -4,7 +4,6 @@ apply plugin: 'kotlin-kapt'
|
||||
|
||||
apply from: "$rootProject.projectDir/scripts/default_android_config.gradle"
|
||||
apply from: "$rootProject.projectDir/scripts/sources.gradle"
|
||||
apply from: "$rootProject.projectDir/scripts/flavors.gradle"
|
||||
|
||||
android {
|
||||
defaultConfig {
|
||||
@@ -26,7 +25,6 @@ dependencies {
|
||||
implementation project(':features:launches')
|
||||
implementation project(':features:detail')
|
||||
|
||||
implementation libraries.coroutines
|
||||
implementation libraries.navigation
|
||||
|
||||
debugImplementation libraries.leakCanary
|
||||
@@ -37,6 +35,7 @@ dependencies {
|
||||
compileOnly libraries.retrofit
|
||||
compileOnly libraries.room
|
||||
compileOnly libraries.paging
|
||||
compileOnly libraries.swipeRefreshLayout
|
||||
|
||||
// Need for proper renders in xml previews
|
||||
compileOnly libraries.constraintLayout
|
||||
|
||||
Reference in New Issue
Block a user