File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
app/src/main/java/tech/httptoolkit/android Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import androidx.core.content.edit
1010import com.android.installreferrer.api.InstallReferrerClient
1111import com.android.installreferrer.api.InstallReferrerClient.InstallReferrerResponse
1212import com.android.installreferrer.api.InstallReferrerStateListener
13+ import com.beust.klaxon.Json
1314import com.beust.klaxon.Klaxon
1415import io.sentry.Sentry
1516import kotlinx.coroutines.Dispatchers
@@ -288,8 +289,11 @@ private fun firstInstallTime(context: Context): Long {
288289}
289290
290291private data class GithubRelease (
292+ @Json(name = " tag_name" )
291293 val tagName : String? ,
294+ @Json(name = " name" )
292295 val name : String? ,
296+ @Json(name = " published_at" )
293297 val publishedAt : String ,
294298)
295299
You can’t perform that action at this time.
0 commit comments