Remove hardcoded package checks
This commit is contained in:
parent
0b33a50ab0
commit
13d11ffb9a
1 changed files with 4 additions and 4 deletions
|
@ -21,7 +21,7 @@ apng = "2.28.0"
|
|||
awebp = "2.28.0"
|
||||
glideCompiler = "4.16.0"
|
||||
zjupureWebpdecoder = "2.6.4.16.0"
|
||||
gestureviews = "a8e8fa8d27"
|
||||
gestureviews = "e706487a14"
|
||||
androidsvgAar = "1.4"
|
||||
imagefilters = "1.0.7"
|
||||
sanselan = "0.97-incubator"
|
||||
|
@ -31,6 +31,7 @@ media3Exoplayer = "1.1.0"
|
|||
okhttp = "4.9.0"
|
||||
okio = "3.0.0"
|
||||
picasso = "2.71828"
|
||||
subsamplingScaleImageView = "9c43e61fdb"
|
||||
#build
|
||||
app-build-compileSDKVersion = "34"
|
||||
app-build-targetSDK = "33"
|
||||
|
@ -41,7 +42,6 @@ app-build-kotlinJVMTarget = "17"
|
|||
app-version-appId = "org.fossify.gallery"
|
||||
app-version-versionCode = "2"
|
||||
app-version-versionName = "1.0.1"
|
||||
subsamplingScaleImageView = "80efdaa570"
|
||||
[libraries]
|
||||
#AndroidX
|
||||
androidx-media3-exoplayer = { module = "androidx.media3:media3-exoplayer", version.ref = "media3Exoplayer" }
|
||||
|
@ -58,9 +58,9 @@ 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" }
|
||||
subsamplingscaleimageview = { module = "com.github.tibbi:subsampling-scale-image-view", version.ref = "subsamplingScaleImageView" }
|
||||
subsamplingscaleimageview = { module = "org.fossify:subsampling-scale-image-view", version.ref = "subsamplingScaleImageView" }
|
||||
androidsvg-aar = { module = "com.caverock:androidsvg-aar", version.ref = "androidsvgAar" }
|
||||
gestureviews = { module = "com.github.tibbi:gestureviews", version.ref = "gestureviews" }
|
||||
gestureviews = { module = "org.fossify:gestureviews", version.ref = "gestureviews" }
|
||||
imagefilters = { module = "info.androidhive:imagefilters", version.ref = "imagefilters" }
|
||||
okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
|
||||
okio = { module = "com.squareup.okio:okio", version.ref = "okio" }
|
||||
|
|
Loading…
Reference in a new issue