Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Oct 17, 2024
2 parents f09424f + 926f4cf commit 8624e25
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions App_Resources/Android/app.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
defaultConfig {
multiDexEnabled false
minSdkVersion 21
versionCode 19
versionName "1.5.6"
versionCode 20
versionName "1.6.6"

// if (project.hasProperty('resConfigs')) {
// def resConfigs = project.findProperty('resConfigs')
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/20.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Features:
- folder support. To add documents to folders, select them then choose `move to folder` through the ⁝ menu.

Bug fixes:
- card view layout fix
5 changes: 5 additions & 0 deletions fastlane/metadata/android/fr-FR/changelogs/20.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Features:
- folder support. To add documents to folders, select them then choose `move to folder` through the ⁝ menu.

Bug fixes:
- card view layout fix

0 comments on commit 8624e25

Please sign in to comment.