Skip to content

Commit

Permalink
Bump v6.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilKes committed Jan 17, 2025
1 parent 05c4607 commit a70bc19
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId = "com.philkes.notallyx"
minSdk = 21
targetSdk = 34
versionCode = 640
versionName = "6.4.0"
versionCode = 641
versionName = "6.4.1"
resourceConfigurations += listOf(
"en", "ca", "cs", "da", "de", "el", "es", "fr", "hu", "in", "it", "ja", "my", "nb", "nl", "nn", "pl", "pt-rBR", "pt-rPT", "ro", "ru", "sk", "sv", "tl", "tr", "uk", "vi", "zh-rCN"
)
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/641.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Fix Absturz bei neue Notiz erstellen

* Fix Absturz beim de-/aktivieren der biometrischen Sperre
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/641.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Fix crash when creating new note

* Fix crash on dis-/enabling biometric lock

0 comments on commit a70bc19

Please sign in to comment.