diff --git a/android/app/build.gradle b/android/app/build.gradle index 629600f30..d14dcdbda 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -110,7 +110,7 @@ dependencies { // coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.0.9' implementation 'androidx.core:core:1.5.0-alpha04' // v1.5.0-alpha02+ for ShortcutManagerCompat.setDynamicShortcuts - implementation "androidx.exifinterface:exifinterface:1.3.0" + implementation "androidx.exifinterface:exifinterface:1.3.1" implementation 'com.commonsware.cwac:document:0.4.1' implementation 'com.drewnoakes:metadata-extractor:2.15.0' implementation 'com.github.bumptech.glide:glide:4.11.0' diff --git a/android/build.gradle b/android/build.gradle index ca8d0e7ec..a31c2737c 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -6,7 +6,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:3.6.3' // do not upgrade to 4+ until this is fixed: https://github.com/flutter/flutter/issues/58247 + classpath 'com.android.tools.build:gradle:3.6.4' // do not upgrade to 4+ until this is fixed: https://github.com/flutter/flutter/issues/58247 classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath 'com.google.gms:google-services:4.3.4' classpath 'com.google.firebase:firebase-crashlytics-gradle:2.3.0'