mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-11 06:29:15 +01:00
Updating dependencies
This commit is contained in:
@@ -192,7 +192,7 @@ dependencies {
|
|||||||
implementation 'id.zelory:compressor:3.0.1'
|
implementation 'id.zelory:compressor:3.0.1'
|
||||||
|
|
||||||
testImplementation 'junit:junit:4.13.2'
|
testImplementation 'junit:junit:4.13.2'
|
||||||
testImplementation 'io.mockk:mockk:1.13.7'
|
testImplementation 'io.mockk:mockk:1.13.8'
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.2.0-alpha01'
|
androidTestImplementation 'androidx.test.ext:junit:1.2.0-alpha01'
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
|
||||||
androidTestImplementation "androidx.compose.ui:ui-test-junit4:$compose_ui_version"
|
androidTestImplementation "androidx.compose.ui:ui-test-junit4:$compose_ui_version"
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ buildscript {
|
|||||||
fragment_version = "1.6.1"
|
fragment_version = "1.6.1"
|
||||||
lifecycle_version = '2.6.2'
|
lifecycle_version = '2.6.2'
|
||||||
compose_ui_version = '1.5.1'
|
compose_ui_version = '1.5.1'
|
||||||
nav_version = '2.7.2'
|
nav_version = '2.7.3'
|
||||||
room_version = "2.4.3"
|
room_version = "2.4.3"
|
||||||
accompanist_version = '0.30.1'
|
accompanist_version = '0.30.1'
|
||||||
coil_version = '2.4.0'
|
coil_version = '2.4.0'
|
||||||
|
|||||||
Reference in New Issue
Block a user