Setup custom domain for jitpack builds

https://docs.jitpack.io/#custom-domain-name
This commit is contained in:
Naveen 2023-12-14 14:46:07 +05:30
parent 1857955b9a
commit 4c6ccd1a52
No known key found for this signature in database
GPG key ID: 0E155DAD31671DA3
2 changed files with 3 additions and 3 deletions

View file

@ -101,7 +101,7 @@ android {
}
dependencies {
implementation(libs.simple.tools.commons)
implementation(libs.fossify.commons)
implementation(libs.android.image.cropper)
implementation(libs.exif)
implementation(libs.android.gif.drawable)

View file

@ -13,7 +13,7 @@ exif = "1.0.1"
#Room
room = "2.6.0-beta01"
#Simple tools
simple-commons = "9e60e24790"
commons = "9e60e24790"
#Gradle
gradlePlugins-agp = "8.1.2"
#Other
@ -56,7 +56,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" }
#Simple Mobile Tools
simple-tools-commons = { module = "com.github.SimpleMobileTools:Simple-Commons", version.ref = "simple-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" }