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:
parent
d2510d2722
commit
37b3a3821b
|
@ -52,7 +52,7 @@ ext {
|
|||
androidTargetSdkVersion = 29
|
||||
|
||||
|
||||
fileChooserDialogVersion = "1.3.0-androidx"
|
||||
fileChooserDialogVersion = "1.3.1-androidx"
|
||||
|
||||
androidUtilsVersion = '1.1.2'
|
||||
|
||||
|
|
Loading…
Reference in New Issue