Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Flisar authored and Michael Flisar committed Oct 21, 2024
1 parent 97c9ff1 commit 938050a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,5 @@ lint/generated/
lint/outputs/
lint/tmp/
# lint/reports/
/.idea
/.kotlin
2 changes: 1 addition & 1 deletion library/core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ val licenseUrl = "$github/blob/main/LICENSE"
kotlin {

// Java
//jvm()
jvm()

// Android
androidTarget {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ object Changelog {
showChangelog = ChangelogUtil.shouldShowChangelogOnStart(context, storage)
}
}
println("showChangelog = $showChangelog")
showChangelog
?.takeIf { it.shouldShow }
?.let { data ->
Expand Down Expand Up @@ -187,7 +186,6 @@ object ChangelogDefaults {
"new" -> 0
"bug",
"bugfix" -> 2

else -> 1
}
}
Expand Down

0 comments on commit 938050a

Please sign in to comment.