mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue