We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cdc099 commit 61121c1Copy full SHA for 61121c1
2 files changed
AndroidFilePickerLightLibrary/build.gradle
@@ -33,7 +33,7 @@ android {
33
targetSdkVersion 30
34
versionCode 10
35
versionName "1.0.9"
36
- defaultConfig.applicationId "com.maxieds.androidfilepickerlightlibrary"
+ applicationId "com.maxieds.androidfilepickerlightlibrary"
37
}
38
39
compileOptions {
AndroidFilePickerLightLibrary/src/main/AndroidManifest.xml
@@ -25,8 +25,6 @@
25
<uses-permission android:name="android.permission.ACTION_MANAGE_ALL_FILES_ACCESS_PERMISSION" android:required="false" />
26
<uses-permission android:name="android.permission.INTERNET" android:required="false" />
27
28
- <!-- tools:replace="android:theme" -->
29
-
30
<application
31
android:launchMode="singleTop"
32
android:noHistory="false"
0 commit comments