Skip to content

Commit

Permalink
chore: update version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva committed Jul 29, 2023
1 parent 58c9c17 commit e54dfd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/Frames.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

object Frames {
const val appId = "dev.jahir.frames.app"
const val version = 356
const val versionName = "3.5.6"
const val version = 357
const val versionName = "3.5.7"
}
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Versions {
const val gradle = "8.1.0"
const val kotlin = "1.9.0"
const val sonatype = "1.3.0"
const val ksp = "$kotlin-1.0.11"
const val ksp = "$kotlin-1.0.12"

// OneSignal
const val oneSignal = "4.8.6"
Expand Down

0 comments on commit e54dfd4

Please sign in to comment.