Skip to content

Commit

Permalink
Bump v6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilKes committed Dec 6, 2024
1 parent e47f928 commit c228eb3
Show file tree
Hide file tree
Showing 3 changed files with 12 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 620
versionName "6.2.0"
versionCode 621
versionName "6.2.1"
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
5 changes: 5 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/621.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* Theme auf Material 3 aktualisiert

* Fix Exportieren mehrerer Notizen mit selbem Namen

* Option die Farbe der Notiz beim Editieren zu ändern
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/621.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* Migrate Theme to Material 3

* Fix exporting multiple notes with same title

* Allow to change note's color when editing

0 comments on commit c228eb3

Please sign in to comment.