|
@@ -23,7 +23,7 @@ buildscript {
|
|
|
classpath 'com.hiya:jacoco-android:0.2'
|
|
|
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:4.8.0'
|
|
|
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
|
|
- classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.18.1"
|
|
|
+ classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.19.0"
|
|
|
classpath "commons-httpclient:commons-httpclient:3.1@jar" // remove after entire switch to lib v2
|
|
|
classpath 'com.karumi:shot:5.11.2'
|
|
|
classpath "org.jacoco:org.jacoco.core:$jacoco_version"
|
|
@@ -296,7 +296,7 @@ dependencies {
|
|
|
ktlint "com.pinterest:ktlint:0.42.1"
|
|
|
implementation 'org.conscrypt:conscrypt-android:2.5.2'
|
|
|
|
|
|
- implementation 'com.google.android.exoplayer:exoplayer:2.16.0'
|
|
|
+ implementation 'com.google.android.exoplayer:exoplayer:2.16.1'
|
|
|
|
|
|
// Shimmer animation
|
|
|
implementation 'com.elyeproj.libraries:loaderviewlibrary:2.0.0'
|