Skip to content

Commit

Permalink
Fix parsing suggested services JSON in the release build
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaakko committed Sep 9, 2024
1 parent da6d62b commit a3888ff
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
package xyz.malkki.neostumbler.utils

import android.content.Context
import androidx.annotation.Keep
import com.google.gson.Gson
import xyz.malkki.neostumbler.R
import java.nio.charset.StandardCharsets

@Keep
data class SuggestedService(
val name: String,
val description: String?,
Expand Down

0 comments on commit a3888ff

Please sign in to comment.