Skip to content

Commit cc95710

Browse files
committed
Updating manifest tools tag to ensure compatible merge with client app
1 parent f6aecc7 commit cc95710

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

AndroidFilePickerLightLibrary/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

AndroidFilePickerLightLibrary/src/main/AndroidManifest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
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" />
@@ -37,6 +38,7 @@
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

0 commit comments

Comments
 (0)