Skip to content

Commit

Permalink
Version 1.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharee committed Jan 22, 2024
1 parent cd9fb13 commit 7f68c0f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 1.17.3
- Add ability to drag a file from the file explorer to the file field in the Decrypt view.
- Add ability to set per-app locale for Bifrost on Android.
- Fix an issue where settings text was rendering in the wrong color.
- Add Spanish translations.
- Add Portuguese translations.
- Code cleanup.

# 1.17.2
- Fix a crash on Android when trying to display a progress bar.

Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val versionCode by extra(49)
val versionName by extra("1.17.2")
val versionCode by extra(50)
val versionName by extra("1.17.3")

val compileSdk by extra(34)
val targetSdk by extra(34)
Expand Down

0 comments on commit 7f68c0f

Please sign in to comment.