Skip to content

Commit

Permalink
Update to Kuper 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva committed Jan 2, 2025
1 parent 2f152e7 commit e9a20f9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/MyApp.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

object MyApp {
const val appId = "dev.jahir.kuper.app"
const val version = 252
const val versionName = "2.5.2"
const val version = 253
const val versionName = "2.5.3"
}
12 changes: 6 additions & 6 deletions buildSrc/src/main/java/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

object Versions {
// Plugins
const val gradle = "8.5.0"
const val kotlin = "2.0.0"
const val ksp = "$kotlin-1.0.22"
const val gradle = "8.6.1"
const val kotlin = "2.1.0"
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"
}

0 comments on commit e9a20f9

Please sign in to comment.