Skip to content

Commit

Permalink
Bump v6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilKes committed Nov 19, 2024
1 parent 69bd1e8 commit b8a6cbf
Show file tree
Hide file tree
Showing 2 changed files with 4 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 611
versionName "6.1.1"
versionCode 612
versionName "6.1.2"
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
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/612.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fix Pin, Label, Archive action in Note view
Fix setting cursor on Undo/Redo

0 comments on commit b8a6cbf

Please sign in to comment.