Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva committed Jan 2, 2025
1 parent 70f41a0 commit b55bb9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 28 deletions.
23 changes: 0 additions & 23 deletions app/src/main/res/values-v35/themes.xml

This file was deleted.

10 changes: 5 additions & 5 deletions buildSrc/src/main/java/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

object Versions {
// Plugins
const val gradle = "8.6.0"
const val kotlin = "2.0.0"
const val gradle = "8.6.1"
const val kotlin = "2.1.0"
const val sonatype = "2.0.0"
const val ksp = "$kotlin-1.0.22"
const val ksp = "$kotlin-1.0.29"

// OneSignal
const val oneSignal = "4.8.10"
Expand All @@ -16,11 +16,11 @@ object Versions {
const val buildTools = "35.0.0"

// Frames
const val frames = "3.6.2"
const val frames = "3.6.3"

// Kustom API
const val kustomApi = "21"

// Lifecycle Runtime KTX
const val lifecycleRuntimeKtx = "2.8.2"
const val lifecycleRuntimeKtx = "2.8.7"
}

0 comments on commit b55bb9a

Please sign in to comment.