Format changelog in app (#51)

Formats the in-app changelog when updating

Also allows for force updating to allow for switching develop tags.
This commit is contained in:
damontecres 2025-10-21 19:48:19 -04:00 committed by GitHub
parent 6344cc77bf
commit 177e009f8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 29 additions and 26 deletions

View file

@ -228,6 +228,8 @@ dependencies {
implementation(libs.timber)
implementation(libs.aboutlibraries.core)
implementation(libs.aboutlibraries.compose.m3)
implementation(libs.multiplatform.markdown.renderer)
implementation(libs.multiplatform.markdown.renderer.m3)
androidTestImplementation(platform(libs.androidx.compose.bom))
androidTestImplementation(libs.androidx.compose.ui.test.junit4)