From 0e450899ee29ed6f620be2003d4b8e4183fe9085 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Wed, 14 May 2025 07:37:27 -0700 Subject: [PATCH] Try different logging versions --- android/build.gradle.kts | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/android/build.gradle.kts b/android/build.gradle.kts index 8262f57..b9ee6d9 100644 --- a/android/build.gradle.kts +++ b/android/build.gradle.kts @@ -2,6 +2,9 @@ allprojects { ext { set("appCompatVersion", "1.7.0") set("playServicesLocationVersion", "21.3.0") + // Test logging crash + set("logbackVersion", "1.3.0-3") + set("slf4jVersion", "1.7.25") } repositories { google() diff --git a/pubspec.yaml b/pubspec.yaml index 3626840..64363f3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: traccar_client description: "Traccar Client" publish_to: 'none' -version: 9.0.0+91 +version: 9.0.0+92 environment: sdk: ^3.7.2