Commit 4fd0fe31 authored by Viktor De Pasquale's avatar Viktor De Pasquale

Fixed repo not being correctly marked as jsonclass hence it crashed when fetching obfuscated

parent cc74593d
package com.topjohnwu.magisk.model.entity
import com.squareup.moshi.Json
import com.squareup.moshi.JsonClass
import com.topjohnwu.magisk.utils.timeFormatStandard
import com.topjohnwu.magisk.utils.toTime
import timber.log.Timber
@JsonClass(generateAdapter = true)
data class GithubRepo(
@Json(name = "name") val name: String,
@Json(name = "updated_at") val updatedAt: String
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment