Explicitly add dep to androidx.transition.transition, before it was a transitive dep from ucrop library.
This commit is contained in:
parent
83a4f99830
commit
26d54eeb8b
|
@ -333,6 +333,7 @@ dependencies {
|
|||
implementation "androidx.sharetarget:sharetarget:1.1.0"
|
||||
implementation 'androidx.core:core-ktx:1.5.0'
|
||||
implementation "androidx.media:media:1.3.1"
|
||||
implementation "androidx.transition:transition:1.4.1"
|
||||
|
||||
implementation "org.threeten:threetenbp:1.4.0:no-tzdb"
|
||||
implementation "com.gabrielittner.threetenbp:lazythreetenbp:0.9.0"
|
||||
|
|
Loading…
Reference in New Issue