chore: update dependencies

Signed-off-by: Infi <wingit@geist.ga>
This commit is contained in:
Infi 2023-08-28 14:38:10 +05:00
parent b1b857a408
commit 9b2381d543
2 changed files with 6 additions and 6 deletions

View File

@ -159,7 +159,7 @@ dependencies {
// Glide - Image Loading // Glide - Image Loading
implementation "com.github.bumptech.glide:glide:$glide_version" implementation "com.github.bumptech.glide:glide:$glide_version"
implementation "com.github.bumptech.glide:compose:1.0.0-alpha.4-SNAPSHOT" implementation "com.github.bumptech.glide:compose:1.0.0-alpha.5"
// AboutLibraries - automated OSS library attribution // AboutLibraries - automated OSS library attribution
implementation "com.mikepenz:aboutlibraries-compose:$aboutlibraries_version" implementation "com.mikepenz:aboutlibraries-compose:$aboutlibraries_version"
@ -173,14 +173,14 @@ dependencies {
// Other AndroidX libraries - used for various things and never seem to have a consistent version // Other AndroidX libraries - used for various things and never seem to have a consistent version
implementation 'androidx.documentfile:documentfile:1.0.1' implementation 'androidx.documentfile:documentfile:1.0.1'
implementation "androidx.browser:browser:1.5.0" implementation "androidx.browser:browser:1.6.0"
implementation "androidx.datastore:datastore-preferences:1.1.0-alpha04" implementation "androidx.datastore:datastore-preferences:1.1.0-alpha04"
implementation "androidx.datastore:datastore:1.1.0-alpha04" implementation "androidx.datastore:datastore:1.1.0-alpha04"
// Libraries used for legacy View-based UI // Libraries used for legacy View-based UI
implementation "androidx.constraintlayout:constraintlayout:2.2.0-alpha10" implementation "androidx.constraintlayout:constraintlayout:2.2.0-alpha12"
implementation 'com.github.MikeOrtiz:TouchImageView:3.3' implementation 'com.github.MikeOrtiz:TouchImageView:3.3'
implementation "androidx.appcompat:appcompat:1.7.0-alpha02" implementation "androidx.appcompat:appcompat:1.7.0-alpha03"
implementation 'com.google.android.material:material:1.9.0' implementation 'com.google.android.material:material:1.9.0'
// hCaptcha - captcha provider // hCaptcha - captcha provider

View File

@ -4,13 +4,13 @@ buildscript {
compose_bom_version = '2023.05.01' compose_bom_version = '2023.05.01'
accompanist_version = '0.31.2-alpha' accompanist_version = '0.31.2-alpha'
okhttp_version = '4.10.0' okhttp_version = '4.10.0'
nav_version = '2.7.0-beta01' nav_version = '2.7.1'
hilt_version = '2.44' hilt_version = '2.44'
coil_version = '2.2.2' coil_version = '2.2.2'
glide_version = '4.14.2' glide_version = '4.14.2'
ktor_version = '2.3.0' ktor_version = '2.3.0'
aboutlibraries_version = '10.5.2' aboutlibraries_version = '10.5.2'
media3_version = '1.0.2' media3_version = '1.1.1'
} }
} }