mirror of
https://github.com/PhilKes/NotallyX.git
synced 2025-06-28 20:29:54 +00:00
Bump v6.4.0-BETA
This commit is contained in:
parent
7f546b8662
commit
4e267e0721
3 changed files with 20 additions and 2 deletions
|
@ -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 = []
|
||||
}
|
||||
|
|
9
fastlane/metadata/android/de-DE/changelogs/631.txt
Normal file
9
fastlane/metadata/android/de-DE/changelogs/631.txt
Normal file
|
@ -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
fastlane/metadata/android/en-US/changelogs/631.txt
Normal file
9
fastlane/metadata/android/en-US/changelogs/631.txt
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue