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 @@ -31,8 +31,8 @@ android {
3131 defaultConfig {
3232 minSdkVersion 29
3333 targetSdkVersion 30
34- versionCode 9
35- versionName " 1.0.8 "
34+ versionCode 10
35+ versionName " 1.0.9 "
3636 defaultConfig. applicationId " com.maxieds.androidfilepickerlightlibrary"
3737 }
3838
Original file line number Diff line number Diff line change 1616-->
1717
1818<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
19+ xmlns : tools =" http://schemas.android.com/tools"
1920 package =" com.maxieds.androidfilepickerlightlibrary" >
2021
2122 <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" android : required =" true" />
3738 android : installLocation =" preferExternal"
3839 android : requestLegacyExternalStorage =" true"
3940 android : largeHeap =" true"
41+ tools : replace =" android:theme,icon,label"
4042 >
4143 <!-- android:preserveLegacyExternalStorage="true" : Causes problems with minSDK < 29 ... -->
4244
You can’t perform that action at this time.
0 commit comments