mirror of
https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy.git
synced 2025-02-09 03:08:45 +01:00
fix: post publish date unmarshalling
This commit is contained in:
parent
f4408b2755
commit
3e18220bf8
@ -15,8 +15,8 @@ android {
|
||||
applicationId = "com.github.diegoberaldin.raccoonforlemmy.android"
|
||||
minSdk = libs.versions.android.minSdk.get().toInt()
|
||||
targetSdk = libs.versions.android.targetSdk.get().toInt()
|
||||
versionCode = 55
|
||||
versionName = "1.1.1"
|
||||
versionCode = 56
|
||||
versionName = "1.1.2"
|
||||
archivesName.set("RaccoonForLemmy")
|
||||
}
|
||||
buildFeatures {
|
||||
|
@ -146,6 +146,7 @@ internal fun Post.toModel() = PostModel(
|
||||
text = body.orEmpty(),
|
||||
thumbnailUrl = thumbnailUrl.orEmpty(),
|
||||
url = url,
|
||||
publishDate = published,
|
||||
updateDate = updated,
|
||||
nsfw = nsfw,
|
||||
embedVideoUrl = embedVideoUrl,
|
||||
|
1
fastlane/metadata/android/en-US/changelogs/56.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/56.txt
Normal file
@ -0,0 +1 @@
|
||||
- fix: post publish date deserialization
|
Loading…
x
Reference in New Issue
Block a user