Skip to content

Commit

Permalink
Merge pull request #9 from skydoves/kotlin/2.1.10
Browse files Browse the repository at this point in the history
Bump Kotlin 2.1.10
  • Loading branch information
skydoves authored Feb 3, 2025
2 parents 73a58a6 + ab48ec9 commit 0a0df97
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package com.skydoves.firebase.android.ktx

object Configuration {
const val compileSdk = 34
const val targetSdk = 34
const val compileSdk = 35
const val targetSdk = 35
const val minSdk = 21
const val majorVersion = 0
const val minorVersion = 2
Expand Down
30 changes: 15 additions & 15 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
[versions]
agp = "8.6.0"
androidxActivity = "1.9.2"
androidxCompose = "1.7.1"
androidxComposeMaterial3 = "1.3.0"
androidxCore = "1.13.1"
androidxProfileinstaller = "1.3.1"
androidxLifecycle = "2.8.5"
agp = "8.6.1"
androidxActivity = "1.10.0"
androidxCompose = "1.7.7"
androidxComposeMaterial3 = "1.3.1"
androidxCore = "1.15.0"
androidxProfileinstaller = "1.4.1"
androidxLifecycle = "2.8.7"
androidxTest = "1.6.2"
hilt = "2.52"
hilt = "2.54"
nexusPlugin = "0.29.0"
dokka = "1.9.20"
kotlin = "2.0.20"
kotlinBinaryCompatibility = "0.16.3"
kotlinxCoroutines = "1.9.0"
kotlinxSerializationJson = "1.7.1"
kotlin = "2.1.10"
kotlinBinaryCompatibility = "0.17.0"
kotlinxCoroutines = "1.10.1"
kotlinxSerializationJson = "1.8.0"
googleSecretPlugin = "2.0.1"
okhttp = "4.12.0"
landscapist = "2.3.6"
sandwich = "2.0.8"
landscapist = "2.4.6"
sandwich = "2.0.10"
spotless = "6.21.0"
firebaseBom = "33.3.0"
firebaseBom = "33.8.0"
junit = "4.13.2"
junitVersion = "1.2.1"
espressoCore = "3.6.1"
Expand Down

0 comments on commit 0a0df97

Please sign in to comment.