From 23f8674adc8920503a309039bb45222617e55ef5 Mon Sep 17 00:00:00 2001 From: Thomas Date: Fri, 11 Dec 2020 17:59:24 +0100 Subject: [PATCH] Fix #136 - crash with download button and lives --- app/build.gradle | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1539377..80979d2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,12 +1,10 @@ apply plugin: 'com.android.application' - apply plugin: "androidx.navigation.safeargs" android { compileSdkVersion 30 buildToolsVersion "30.0.2" - defaultConfig { minSdkVersion 21 @@ -119,12 +117,12 @@ dependencies { implementation 'com.google.android.material:material:1.2.1' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'androidx.vectordrawable:vectordrawable:1.1.0' - implementation 'androidx.navigation:navigation-fragment:2.3.1' + implementation 'androidx.navigation:navigation-fragment:2.3.2' implementation "androidx.fragment:fragment:1.2.5" - implementation 'androidx.navigation:navigation-ui:2.3.1' - implementation ("androidx.navigation:navigation-dynamic-features-fragment:2.3.1") + implementation 'androidx.navigation:navigation-ui:2.3.2' + implementation ("androidx.navigation:navigation-dynamic-features-fragment:2.3.2") implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' - implementation 'androidx.browser:browser:1.2.0' + implementation 'androidx.browser:browser:1.3.0' implementation 'androidx.documentfile:documentfile:1.0.1' testImplementation 'junit:junit:4.13.1' androidTestImplementation 'androidx.test.ext:junit:1.1.2' @@ -141,7 +139,7 @@ dependencies { implementation "net.gotev:uploadservice:4.5.1" implementation "net.gotev:uploadservice-okhttp:4.5.1" implementation "com.google.code.gson:gson:2.8.6" - implementation 'androidx.media:media:1.2.0' + implementation 'androidx.media:media:1.2.1' implementation 'com.github.ybq:Android-SpinKit:1.4.0' implementation 'com.squareup.retrofit2:retrofit:2.9.0' implementation 'com.squareup.retrofit2:converter-gson:2.9.0' @@ -154,8 +152,12 @@ dependencies { implementation "androidx.work:work-runtime:2.4.0" implementation "androidx.work:work-runtime-ktx:2.4.0" + + //custom cast feature implementation 'jp.wasabeef:glide-transformations:4.0.0' implementation 'su.litvak.chromecast:api-v2:0.11.3' implementation 'com.fasterxml.jackson.core:jackson-core:2.12.0' implementation 'org.slf4j:slf4j-simple:1.7.30' + + } \ No newline at end of file