mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2025-03-17 00:50:05 +01:00
Update commons (again)
Fixed jitpack build.
This commit is contained in:
parent
047d0a6585
commit
23e374c882
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ exif = "1.0.1"
|
|||
#Room
|
||||
room = "2.6.1"
|
||||
#Fossify
|
||||
commons = "9e28c573e8"
|
||||
commons = "3dd1f7f33e"
|
||||
#Gradle4
|
||||
gradlePlugins-agp = "8.6.1"
|
||||
#Other
|
||||
|
@ -55,7 +55,7 @@ androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "
|
|||
androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
|
||||
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
|
||||
#Fossify
|
||||
fossify-commons = { module = "com.github.FossifyOrg:Commons", version.ref = "commons" }
|
||||
fossify-commons = { module = "org.fossify:commons", version.ref = "commons" }
|
||||
#Other
|
||||
android-gif-drawable = { module = "pl.droidsonroids.gif:android-gif-drawable", version.ref = "androidGifDrawable" }
|
||||
android-image-cropper = { module = "com.vanniktech:android-image-cropper", version.ref = "androidImageCropper" }
|
||||
|
|
Loading…
Add table
Reference in a new issue