Skip to content

Commit

Permalink
Bump v6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilKes committed Dec 3, 2024
1 parent 8ba6adc commit aa5a14d
Show file tree
Hide file tree
Showing 4 changed files with 11 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 612
versionName "6.1.2"
versionCode 620
versionName "6.2.0"
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
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ class NotesImporterTest {
return when (importSource) {
ImportSource.GOOGLE_KEEP -> File(tempDir, "Takeout.zip")
ImportSource.EVERNOTE -> File(tempDir, "Notebook.enex")
ImportSource.PLAIN_TEXT -> File(tempDir, "text.txt")
}
}

Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/620.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Importieren von Textdateien
Exportieren mehrerer Notizen in PDF, JSON, TXT, HTML
Notizen lokal auf externem Speicher auslagern
Notizen in Label-Ansicht hinzufügen
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/620.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Import from plain text files
Export multiple notes to PDF, JSON, TXT, HTML
Store Notes locally on external storage
Add Notes in Labels View

0 comments on commit aa5a14d

Please sign in to comment.