Updates dependencies.

pull/710/head
Vitor Pamplona 2023-12-02 14:14:15 -05:00
rodzic 3b06abb2bc
commit 66b8b04db3
2 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -187,7 +187,7 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-livedata-ktx:$lifecycle_version"
// Zoomable images
implementation 'net.engawapg.lib:zoomable:1.5.1'
implementation 'net.engawapg.lib:zoomable:1.5.2'
// Biometrics
implementation "androidx.biometric:biometric-ktx:1.2.0-alpha05"
@ -196,7 +196,7 @@ dependencies {
implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.11'
// HTML Parsing for Link Preview
implementation 'org.jsoup:jsoup:1.16.2'
implementation 'org.jsoup:jsoup:1.17.1'
// Encrypted Key Storage
implementation 'androidx.security:security-crypto-ktx:1.1.0-alpha06'
@ -272,8 +272,8 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
testImplementation 'io.mockk:mockk:1.13.8'
androidTestImplementation 'androidx.test.ext:junit:1.2.0-alpha01'
androidTestImplementation "androidx.test.ext:junit-ktx:1.2.0-alpha01"
androidTestImplementation 'androidx.test.ext:junit:1.2.0-alpha02'
androidTestImplementation 'androidx.test.ext:junit-ktx:1.2.0-alpha02'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
androidTestImplementation "androidx.compose.ui:ui-test-junit4:$compose_ui_version"
debugImplementation "androidx.compose.ui:ui-tooling:$compose_ui_version"

Wyświetl plik

@ -7,9 +7,9 @@ buildscript {
compose_ui_version = '1.5.4'
nav_version = '2.7.5'
room_version = "2.4.3"
accompanist_version = '0.30.1'
accompanist_version = '0.32.0'
coil_version = '2.5.0'
vico_version = '1.13.0'
vico_version = '1.13.1'
media3_version = '1.2.0'
core_ktx_version = '1.12.0'
material3_version = '1.1.2'