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

Commit 55805791 authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Debug hack

parent 8933a843
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -43,10 +43,10 @@ object SystemInfoProvider {
    fun getAppBuildInfo(): String {
        val descriptionJson = JSONObject().apply {
            put("package", BuildConfig.APPLICATION_ID)
            put("version", BuildConfig.VERSION_NAME)
            put("device", Build.DEVICE)
            put("version", "2.10.1")
            put("device", "FP4")
            put("api", Build.VERSION.SDK_INT)
            put("os_version", getSystemProperty(KEY_LINEAGE_VERSION))
            put("os_version", "2.5-t-20241009439851-official-FP4")
            put("build_id", BuildConfig.BUILD_ID)
        }
        return descriptionJson.toString()