Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ccd613ee authored by Guillaume Jacquart's avatar Guillaume Jacquart
Browse files

855: update telemetry lib.

parent d767dc8f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ class PrivacyCentralApplication : Application() {

    override fun onCreate() {
        super.onCreate()
        Telemetry.init(BuildConfig.SENTRY_DSN, this)
        Telemetry.init(BuildConfig.SENTRY_DSN, this, true)
        Mapbox.getTelemetry()?.setUserTelemetryRequestState(false)

        dependencyContainer.initBackgroundSingletons()
+2 −2
Original line number Diff line number Diff line
/*
 * Copyright (C) 2022 E FOUNDATION
 * Copyright (C) 2022 E FOUNDATION, 2023 MURENA SAS
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
@@ -119,4 +119,4 @@ libs.MapBox = [

libs.mpAndroidCharts = 'com.github.PhilJay:MPAndroidChart:v3.1.0'

libs.telemetry = 'foundation.e.lib:telemetry:0.0.3-alpha'
libs.telemetry = 'foundation.e.lib:telemetry:0.0.7-alpha'