mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2025-03-17 17:10:04 +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
|
||||||
room = "2.6.1"
|
room = "2.6.1"
|
||||||
#Fossify
|
#Fossify
|
||||||
commons = "9e28c573e8"
|
commons = "3dd1f7f33e"
|
||||||
#Gradle4
|
#Gradle4
|
||||||
gradlePlugins-agp = "8.6.1"
|
gradlePlugins-agp = "8.6.1"
|
||||||
#Other
|
#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-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
|
||||||
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
|
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
|
||||||
#Fossify
|
#Fossify
|
||||||
fossify-commons = { module = "com.github.FossifyOrg:Commons", version.ref = "commons" }
|
fossify-commons = { module = "org.fossify:commons", version.ref = "commons" }
|
||||||
#Other
|
#Other
|
||||||
android-gif-drawable = { module = "pl.droidsonroids.gif:android-gif-drawable", version.ref = "androidGifDrawable" }
|
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" }
|
android-image-cropper = { module = "com.vanniktech:android-image-cropper", version.ref = "androidImageCropper" }
|
||||||
|
|
Loading…
Add table
Reference in a new issue