Skip to content

Commit

Permalink
Merge pull request #4542 from owncloud/fix/play_console_crash
Browse files Browse the repository at this point in the history
[FIX] Crash from Google Play Store
  • Loading branch information
jesmrec authored Feb 11, 2025
2 parents 4f69a81 + 3447c08 commit b5fa6bf
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ ownCloud admins and users.

## Summary

* Bugfix - Crash from Google Play Store: [#4333](https://github.com/owncloud/android/issues/4333)
* Bugfix - Navigation in automatic uploads folder picker: [#4340](https://github.com/owncloud/android/issues/4340)
* Change - Replace auto-uploads with automatic uploads: [#4252](https://github.com/owncloud/android/issues/4252)
* Enhancement - Unit tests for repository classes - Part 2: [#4233](https://github.com/owncloud/android/issues/4233)
Expand All @@ -51,6 +52,15 @@ ownCloud admins and users.

## Details

* Bugfix - Crash from Google Play Store: [#4333](https://github.com/owncloud/android/issues/4333)

The androidx-appcompat version has been upgraded from 1.5.1 to 1.6.1 in order to
fix one crash reported by Play Console which is related to the
FileDataStorageManager constructor

https://github.com/owncloud/android/issues/4333
https://github.com/owncloud/android/pull/4542

* Bugfix - Navigation in automatic uploads folder picker: [#4340](https://github.com/owncloud/android/issues/4340)

The button in the toolbar for going up when choosing an upload path has been
Expand Down
8 changes: 8 additions & 0 deletions changelog/unreleased/4542
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Bugfix: Crash from Google Play Store

The androidx-appcompat version has been upgraded from 1.5.1 to 1.6.1
in order to fix one crash reported by Play Console which is related to
the FileDataStorageManager constructor

https://github.com/owncloud/android/issues/4333
https://github.com/owncloud/android/pull/4542
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
androidGradlePlugin = "8.7.2"
androidxActivity = "1.6.1"
androidxAnnotation = "1.6.0"
androidxAppCompat = "1.5.1"
androidxAppCompat = "1.6.1"
androidxArch = "2.2.0"
androidxBiometric = "1.1.0"
androidxBrowser = "1.5.0"
Expand Down

0 comments on commit b5fa6bf

Please sign in to comment.