File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed
overlay/4.5/platform/android/java/lib Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
33 android : versionCode =" 1"
4- android : versionName =" 1.0" >
4+ android : versionName =" 1.0"
5+ xmlns : tools =" http://schemas.android.com/tools" >
56
67 <application >
78
1819 android : exported =" false"
1920 />
2021
21- <provider
22- android : name =" androidx.core.content.FileProvider"
23- android : authorities =" ${applicationId}.fileprovider"
24- android : exported =" false"
25- android : grantUriPermissions =" true" >
26- <meta-data
27- android : name =" android.support.FILE_PROVIDER_PATHS"
28- android : resource =" @xml/godot_provider_paths" />
29- </provider >
22+ <provider
23+ android : name =" androidx.core.content.FileProvider"
24+ tools : node =" remove" />
3025
3126 </application >
3227
You can’t perform that action at this time.
0 commit comments