From 7b314e0242714b8750249bbaf09f20b8b49f708e Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Mon, 16 Feb 2026 21:05:33 -0800 Subject: [PATCH] Update background location SDK --- android/build.gradle.kts | 3 --- pubspec.yaml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/android/build.gradle.kts b/android/build.gradle.kts index 9500c38..b00d255 100644 --- a/android/build.gradle.kts +++ b/android/build.gradle.kts @@ -4,9 +4,6 @@ allprojects { set("playServicesLocationVersion", "21.3.0") } repositories { - // background_geolocation - // [DEV] Sonatype SNAPSHOT url - maven(url = "https://central.sonatype.com/repository/maven-snapshots/") google() mavenCentral() } diff --git a/pubspec.yaml b/pubspec.yaml index 475ef8c..6f04b80 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: traccar_client description: "Traccar Client" publish_to: 'none' -version: 9.7.8+122 +version: 9.7.9+123 environment: sdk: ^3.7.2