Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiebe committed Oct 20, 2024
1 parent cf8d30d commit 3a7e162
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android.useAndroidX=true
kotlin.mpp.enableCInteropCommonization=true
kotlin.native.binary.memoryModel=experimental

build_version=1.3.1
build_version=1.3.2

#org.gradle.parallel=true
#org.gradle.caching=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ data class LearningResource(
@SerialName("Titel")
val title: String,
@SerialName("Uitgeverij")
val publisher: String,
val publisher: String?,
@SerialName("Vak")
val subject: Subject
) {
Expand Down

0 comments on commit 3a7e162

Please sign in to comment.