Bumped AndroidFileChooser version to 1.3.1-androidx to fix bug that if SaveFile dialog is cancelled a file in root folder got returned

This commit is contained in:
dankito 2020-11-20 00:54:12 +01:00
parent d2510d2722
commit 37b3a3821b
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ ext {
androidTargetSdkVersion = 29
fileChooserDialogVersion = "1.3.0-androidx"
fileChooserDialogVersion = "1.3.1-androidx"
androidUtilsVersion = '1.1.2'