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
10
10
import com.android.installreferrer.api.InstallReferrerClient
11
11
import com.android.installreferrer.api.InstallReferrerClient.InstallReferrerResponse
12
12
import com.android.installreferrer.api.InstallReferrerStateListener
13
+ import com.beust.klaxon.Json
13
14
import com.beust.klaxon.Klaxon
14
15
import io.sentry.Sentry
15
16
import kotlinx.coroutines.Dispatchers
@@ -288,8 +289,11 @@ private fun firstInstallTime(context: Context): Long {
288
289
}
289
290
290
291
private data class GithubRelease (
292
+ @Json(name = " tag_name" )
291
293
val tagName : String? ,
294
+ @Json(name = " name" )
292
295
val name : String? ,
296
+ @Json(name = " published_at" )
293
297
val publishedAt : String ,
294
298
)
295
299
You can’t perform that action at this time.
0 commit comments