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

@ -10,7 +10,7 @@ object ApplicationLibs {
const val conscryptAndroid = "2.5.1"
const val constraintlayout = "2.1.0"
const val coreKtx = "1.3.2"
const val dagger = "2.30.1"
const val dagger = "2.38.1"
const val emoji = "1.1.0"
const val exifInterface = "1.3.2"
const val exoplayer = "2.15.0"

View file

@ -3,7 +3,7 @@ import org.gradle.api.JavaVersion
import org.gradle.api.artifacts.dsl.RepositoryHandler
import org.gradle.kotlin.dsl.maven
const val kotlinVersion = "1.4.21"
const val kotlinVersion = "1.5.30"
object AndroidSDK {
const val compileSdk = 30