Skip to content

Commit

Permalink
app store url
Browse files Browse the repository at this point in the history
  • Loading branch information
psuzn committed Aug 13, 2023
1 parent 368b57e commit cf1c85f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class AppDetailScrapper(
currentPrice = currentPrice,
rating = combined.getValue<Float>(Value.RATINGS).toString(),
downloads = combined.getValue(Value.INSTALLS),
storeUrl = packageName,
storeUrl = "https://play.google.com/store/apps/details?id=$packageName",
category = combined.getValue(Value.GENRE) as String,
offerExpiresIn = combined.getValueOrNull<Int>(Value.OFFER_END_TIME)?.let {
OffsetDateTime.ofInstant(Instant.ofEpochSecond(it.toLong()), ZoneOffset.UTC)
Expand Down

0 comments on commit cf1c85f

Please sign in to comment.