Skip to content

Commit 355242b

Browse files
committed
build: Atualizando lib de navegação
Para usar as animações
1 parent 6009529 commit 355242b

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ val properties = Properties().apply {
1414

1515
android {
1616
namespace = "com.paradoxo.threadscompose"
17-
compileSdk = 33
17+
compileSdk = 34
1818

1919
defaultConfig {
2020
applicationId = "com.paradoxo.threadscompose"
2121
minSdk = 21
22-
targetSdk = 33
22+
targetSdk = 34
2323
versionCode = 1
2424
versionName = "1.0"
2525

@@ -75,8 +75,6 @@ android {
7575

7676
dependencies {
7777

78-
79-
8078
implementation(platform(libs.firebase.bom))
8179
implementation(libs.coil.compose)
8280
implementation(libs.google.services)

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ espresso-core = "3.5.1"
1010
lifecycle-runtime-ktx = "2.6.1"
1111
activity-compose = "1.7.2"
1212
compose-bom = "2023.06.01"
13-
navigation-compose = "2.6.0"
13+
navigation-compose = "2.7.0-rc01"
1414
viewmodel-compose = "2.6.1"
1515
firebase-auth-ktx = "22.1.0"
1616
facebook-android-sdk = "16.1.3"

0 commit comments

Comments
 (0)