android dependency upgrade
This commit is contained in:
parent
7d212e08ed
commit
0babc906c3
2 changed files with 10 additions and 10 deletions
|
@ -54,12 +54,12 @@ flutter {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.drewnoakes:metadata-extractor:2.11.0'
|
implementation 'com.drewnoakes:metadata-extractor:2.13.0'
|
||||||
implementation 'com.github.bumptech.glide:glide:4.9.0'
|
implementation 'com.github.bumptech.glide:glide:4.11.0'
|
||||||
annotationProcessor 'androidx.annotation:annotation:1.1.0'
|
annotationProcessor 'androidx.annotation:annotation:1.1.0'
|
||||||
annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
|
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
|
||||||
implementation 'com.google.guava:guava:28.0-android'
|
implementation 'com.google.guava:guava:28.2-android'
|
||||||
implementation 'com.karumi:dexter:5.0.0'
|
implementation 'com.karumi:dexter:6.0.0'
|
||||||
testImplementation 'junit:junit:4.12'
|
testImplementation 'junit:junit:4.12'
|
||||||
androidTestImplementation 'androidx.test:runner:1.2.0'
|
androidTestImplementation 'androidx.test:runner:1.2.0'
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
||||||
|
|
|
@ -7,11 +7,11 @@ import android.text.format.Formatter;
|
||||||
import androidx.annotation.NonNull;
|
import androidx.annotation.NonNull;
|
||||||
import androidx.annotation.Nullable;
|
import androidx.annotation.Nullable;
|
||||||
|
|
||||||
import com.adobe.xmp.XMPException;
|
import com.adobe.internal.xmp.XMPException;
|
||||||
import com.adobe.xmp.XMPIterator;
|
import com.adobe.internal.xmp.XMPIterator;
|
||||||
import com.adobe.xmp.XMPMeta;
|
import com.adobe.internal.xmp.XMPMeta;
|
||||||
import com.adobe.xmp.properties.XMPProperty;
|
import com.adobe.internal.xmp.properties.XMPProperty;
|
||||||
import com.adobe.xmp.properties.XMPPropertyInfo;
|
import com.adobe.internal.xmp.properties.XMPPropertyInfo;
|
||||||
import com.drew.imaging.ImageMetadataReader;
|
import com.drew.imaging.ImageMetadataReader;
|
||||||
import com.drew.imaging.ImageProcessingException;
|
import com.drew.imaging.ImageProcessingException;
|
||||||
import com.drew.lang.GeoLocation;
|
import com.drew.lang.GeoLocation;
|
||||||
|
|
Loading…
Reference in a new issue