Update dependencies

Update Dagger and Kotlin versions. Format LoginActivity. Remove parallel
execution and deactivate Gradle daemon.
This commit is contained in:
Adolfo Santiago 2021-09-18 12:40:03 +02:00
commit 0f22127a12
No known key found for this signature in database
GPG key ID: 244D6F9A317B4A65
5 changed files with 13 additions and 10 deletions

View file

@ -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