Update commons (again)

Fixed jitpack build.
This commit is contained in:
Naveen Singh 2025-03-11 19:34:41 +05:30
parent 047d0a6585
commit 23e374c882
No known key found for this signature in database
GPG key ID: AF5D43C216778C0B

View file

@ -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" }