Browse Source

upgrade android image cropper to 4.3.1 (#2669)

pull/2673/head^2
Konrad Pozniak 4 years ago committed by GitHub
parent
commit
94ae64b52d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/build.gradle

2
app/build.gradle

@ -175,7 +175,7 @@ dependencies {
implementation "com.mikepenz:materialdrawer-iconics:$materialdrawerVersion"
implementation 'com.mikepenz:google-material-typeface:4.0.0.2-kotlin@aar'
implementation "com.github.CanHub:Android-Image-Cropper:4.2.1"
implementation "com.github.CanHub:Android-Image-Cropper:4.3.1"
implementation "de.c1710:filemojicompat-ui:$filemojicompat_version"
implementation "de.c1710:filemojicompat:$filemojicompat_version"

Loading…
Cancel
Save