mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-19 09:39:43 +02:00
Move firebase stuff to a standalone module (#1841)
This commit is contained in:
2
telemetry/src/noop/AndroidManifest.xml
Normal file
2
telemetry/src/noop/AndroidManifest.xml
Normal file
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest />
|
12
telemetry/src/noop/kotlin/mihon/telemetry/TelemetryConfig.kt
Normal file
12
telemetry/src/noop/kotlin/mihon/telemetry/TelemetryConfig.kt
Normal file
@@ -0,0 +1,12 @@
|
||||
package mihon.telemetry
|
||||
|
||||
import android.content.Context
|
||||
|
||||
@Suppress("UNUSED_PARAMETER")
|
||||
object TelemetryConfig {
|
||||
fun init(context: Context) = Unit
|
||||
|
||||
fun setAnalyticsEnabled(enabled: Boolean) = Unit
|
||||
|
||||
fun setCrashlyticsEnabled(enabled: Boolean) = Unit
|
||||
}
|
Reference in New Issue
Block a user