From 54511dcc6964e18d8ecde59ebc2116fd0272993b Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Thu, 27 Apr 2023 16:23:30 -0400 Subject: [PATCH] Updating dependencies --- app/build.gradle | 8 ++++---- build.gradle | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 846c6f530..46d2a3829 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -85,8 +85,8 @@ android { } dependencies { - implementation 'androidx.core:core-ktx:1.10.0' - implementation 'androidx.activity:activity-compose:1.7.0-beta01' + implementation 'androidx.core:core-ktx:1.11.0-alpha03' + implementation 'androidx.activity:activity-compose:1.7.0' implementation "androidx.compose.ui:ui:$compose_ui_version" implementation "androidx.compose.ui:ui-tooling-preview:$compose_ui_version" @@ -134,7 +134,7 @@ dependencies { implementation 'tw.com.oneup.www:Baha-UrlPreview:1.0.1' // Encrypted Key Storage - implementation 'androidx.security:security-crypto-ktx:1.1.0-alpha05' + implementation 'androidx.security:security-crypto-ktx:1.1.0-alpha06' // view videos implementation 'com.google.android.exoplayer:exoplayer:2.18.6' @@ -177,7 +177,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation 'io.mockk:mockk:1.13.5' - androidTestImplementation 'androidx.test.ext:junit:1.1.5' + androidTestImplementation 'androidx.test.ext:junit:1.2.0-alpha01' 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" diff --git a/build.gradle b/build.gradle index 0c3fda9d7..e93e47bce 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - fragment_version = "1.5.6" + fragment_version = "1.5.7" lifecycle_version = '2.6.1' compose_ui_version = '1.5.0-alpha03' nav_version = "2.5.3"