Skip to content

Commit

Permalink
Update libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
sirelon committed Feb 8, 2024
1 parent a3494c3 commit fcb5765
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ android {

composeOptions {
// https://developer.android.com/jetpack/androidx/releases/compose-compiler
kotlinCompilerExtensionVersion "1.5.8"
kotlinCompilerExtensionVersion "1.5.9"
}
namespace 'com.sirelon.marsroverphotos'
}
Expand Down Expand Up @@ -136,7 +136,7 @@ dependencies {
implementation libs.kotlinx.serialization.json

// https://firebase.google.com/support/release-notes/android
implementation platform('com.google.firebase:firebase-bom:32.7.0')
implementation platform('com.google.firebase:firebase-bom:32.7.1')

implementation 'com.google.firebase:firebase-analytics'
implementation 'com.google.firebase:firebase-crashlytics'
Expand Down
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
# https://developer.android.com/jetpack/androidx/releases/activity
activityCompose = "1.9.0-alpha02"
activityCompose = "1.9.0-alpha03"
# https://developer.android.com/jetpack/androidx/releases/appcompat
appcompat = "1.7.0-alpha03"
# https://github.com/coil-kt/coil/blob/main/CHANGELOG.md
Expand All @@ -23,15 +23,15 @@ ksp = "1.9.22-1.0.16"
# https://developer.android.com/jetpack/androidx/releases/lifecycle
lifecycle = "2.8.0-alpha01"
# https://developer.android.com/jetpack/androidx/releases/compose
compose = "1.7.0-alpha01"
compose = "1.7.0-alpha02"
# https://developer.android.com/jetpack/androidx/releases/compose-material3
compose-material3 = "1.2.0-rc01"
compose-material3 = "1.2.0"
# https://github.com/google/accompanist/releases
accompanist = "0.34.0"
loggingInterceptor = "4.12.0"
mockito = "1.6.0"
# https://developer.android.com/jetpack/androidx/releases/paging
paging = "3.3.0-alpha02"
paging = "3.3.0-alpha03"
playServicesAds = "22.6.0"
# https://developer.android.com/jetpack/androidx/releases/room
room = "2.6.1"
Expand All @@ -40,8 +40,8 @@ userMessagingPlatform = "2.2.0"
# https://developer.android.com/jetpack/androidx/releases/work
work = "2.9.0"
# https://github.com/usuiat/Zoomable/releases
zoomable = "1.6.0-beta4"
androidGradlePlugin = "8.4.0-alpha07"
zoomable = "1.6.0"
androidGradlePlugin = "8.4.0-alpha08"

[libraries]
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activityCompose" }
Expand Down

0 comments on commit fcb5765

Please sign in to comment.