Skip to content

Commit

Permalink
[1.175.*] Pre-release merge (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
tramline-github[bot] authored May 21, 2024
2 parents da94a76 + 16e5913 commit 1d2c47f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
kotlin = "1.9.24"
kotlin = "1.9.23"
android_gradle_plugin = "8.4.1"
compose = "1.6.10"
compose = "1.6.2"

android_sdk_compile = "34"
android_sdk_target = "34"
Expand Down Expand Up @@ -29,7 +29,7 @@ coil = "3.0.0-alpha04"
spotless = "6.25.0"
ktfmt = "0.44"
kotlininject = "0.6.3"
ksp = "1.9.24-1.0.20"
ksp = "1.9.23-1.0.20"
material_color_utilities = "1.0.0-alpha01"
ksoup = "0.1.2"
sqliteAndroid = "3.45.0"
Expand Down
10 changes: 5 additions & 5 deletions iosApp/iosApp/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ class AppDelegate: NSObject, UIApplicationDelegate {
)

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey : Any]? = nil) -> Bool {
// #if !DEBUG
// Bugsnag.start()
// let config = BugsnagConfiguration.loadConfig()
// BugsnagConfigKt.startBugsnag(config: config)
// #endif
#if !DEBUG
Bugsnag.start()
let config = BugsnagConfiguration.loadConfig()
BugsnagConfigKt.startBugsnag(config: config)
#endif

applicationComponent.initializers
.compactMap { ($0 as! any Initializer) }
Expand Down

0 comments on commit 1d2c47f

Please sign in to comment.