Skip to content

Commit

Permalink
Update to Frames 3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva committed Jan 2, 2025
1 parent bf17edb commit 477b62e
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.frames.app"
const val version = 362
const val versionName = "3.6.2"
const val version = 363
const val versionName = "3.6.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"

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

0 comments on commit 477b62e

Please sign in to comment.