Skip to content

Commit

Permalink
ReVancedUpdater: Minor formatting changes
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Ledda <leonardoledda@gmail.com>
(cherry picked from commit 6f8f58e)
  • Loading branch information
LeddaZ committed Apr 9, 2024
1 parent 378e62c commit 633c4d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ data class GmsCoreJSONObject(
val latestGmsCoreVersion: String,

@SerializedName("assets")
val assets: List<Asset>,
val assets: List<Asset>
)

data class Asset(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import com.google.gson.annotations.SerializedName

data class UpdaterDebugJSONObject(
@SerializedName("sha")
val latestUpdaterCommit: String,
val latestUpdaterCommit: String
)

0 comments on commit 633c4d1

Please sign in to comment.