From af2b1f09da4ebd0d0cc095b9304620c37506db0d Mon Sep 17 00:00:00 2001 From: Sasikanth Miriyampalli Date: Tue, 21 May 2024 13:27:29 +0530 Subject: [PATCH 1/2] Revert "Comment off Bugsnag setup on iOS" This reverts commit 2693a8052d699372b9326121ffd55784a7e286c7. --- iosApp/iosApp/AppDelegate.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/iosApp/iosApp/AppDelegate.swift b/iosApp/iosApp/AppDelegate.swift index ca1cc8966..abc13b3df 100644 --- a/iosApp/iosApp/AppDelegate.swift +++ b/iosApp/iosApp/AppDelegate.swift @@ -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) } From 16e59132ce3ba97400e27017b899e330c27687a1 Mon Sep 17 00:00:00 2001 From: Sasikanth Miriyampalli Date: Tue, 21 May 2024 13:31:10 +0530 Subject: [PATCH 2/2] Revert "Bump Kotlin, KSP and Compose" This reverts commit 9f4267de70842211c29671258c9a46fd3b9a8b7f. --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c14ebdc2c..7ff5776c6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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" @@ -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"