Skip to content

Commit

Permalink
Bump v6.4.0-BETA
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilKes committed Jan 11, 2025
1 parent 7f546b8 commit 6161a0b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
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 630
versionName "6.3.0"
versionCode 631
versionName "6.4.0-BETA"
resourceConfigurations += ['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']
vectorDrawables.generatedDensities = []
}
Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/631.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
* Einstellungen per JSON-Datei importieren/exportieren

* Scrollbar für schnelleres Scrollen hinzufügen

* Möglichkeit Notizen-Übersicht auf Einzeileransicht zu konfigurieren

* Menü-Button um alle Notizen zu selektieren

* Kleinere Fixes für untere AppBar
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/631.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
* Import/Export settings to JSON file

* Add scrollbar for faster scrolling

* Adjust content density to single line notes view

* Add select all notes menu button

* Fix minor issues with bottom AppBar

0 comments on commit 6161a0b

Please sign in to comment.