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 5, 2025
1 parent 94971be commit b78b2cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/Blueprint.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

object Blueprint {
const val appId = "dev.jahir.blueprint.app"
const val version = 242
const val versionName = "2.4.2"
const val version = 243
const val versionName = "2.4.3"
}
14 changes: 7 additions & 7 deletions buildSrc/src/main/java/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@

object Versions {
// Plugins
const val gradle = "8.5.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"

// App
const val minSdk = 21
const val targetSdk = 34
const val buildTools = "34.0.0"
const val targetSdk = 35
const val buildTools = "35.0.0"

// Kuper
const val kuper = "2.5.2"
const val kuper = "2.5.3"

// Adaptive Icons
const val adaptiveIcons = "1.0.1"
const val adaptiveIcons = "1.0.2"
}

0 comments on commit b78b2cf

Please sign in to comment.