Update dependencies
Update Dagger and Kotlin versions. Format LoginActivity. Remove parallel execution and deactivate Gradle daemon.
This commit is contained in:
parent
65efcb2451
commit
0f22127a12
5 changed files with 13 additions and 10 deletions
|
|
@ -2,7 +2,9 @@
|
|||
# Put 4GiB of memory for Gradle
|
||||
org.gradle.jvmargs = -Xmx4096m
|
||||
# Parallel execution
|
||||
org.gradle.parallel = true
|
||||
org.gradle.parallel = false
|
||||
# Disable Gradle daemon
|
||||
org.gradle.daemon = false
|
||||
# Use AndroidX libraries
|
||||
android.useAndroidX = true
|
||||
# Disable incremental annotations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue