File tree Expand file tree Collapse file tree
AndroidFilePickerLightLibrary Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ android {
2929 buildToolsVersion " 30.0.0"
3030
3131 defaultConfig {
32- minSdkVersion 26
32+ minSdkVersion 29
3333 targetSdkVersion 30
34- versionCode 8
35- versionName " 1.0.7 "
34+ versionCode 9
35+ versionName " 1.0.8 "
3636 }
3737
3838 compileOptions {
Original file line number Diff line number Diff line change 3636 android : usesCleartextTraffic =" false"
3737 android : installLocation =" preferExternal"
3838 android : requestLegacyExternalStorage =" true"
39- android : preserveLegacyExternalStorage =" true"
4039 android : largeHeap =" true"
4140 >
41+ <!-- android:preserveLegacyExternalStorage="true" : Causes problems with minSDK < 29 ... -->
4242
4343 <activity
4444 android : name =" .FileChooserActivity"
Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ that the application set the option
102102 android : launchMode =" singleTop"
103103 android : manageSpaceActivity =" .MyAndroidProjectMainActivity"
104104 android : requestLegacyExternalStorage =" true"
105- android : preserveLegacyExternalStorage =" true"
106105 android : allowBackup =" true"
107106 >
108107 <!-- Complete the internals of the application tag (activities, etc.) below -->
You can’t perform that action at this time.
0 commit comments