diff options
| author | Albin <albin@mullvad.net> | 2024-06-12 12:58:28 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2024-06-12 12:58:28 +0200 |
| commit | 68a54bbbd08bf98d43e3a2d54f193616a7b8842b (patch) | |
| tree | b51a95b8351508c109c7b029bd3527bd53c8d371 /android/app/src | |
| parent | e3dd3d0fc92c8c7212c6bbe626002acb7d513c0b (diff) | |
| parent | 596b605d5b02942cb94f0ca90be39a74c1a876f1 (diff) | |
| download | mullvadvpn-68a54bbbd08bf98d43e3a2d54f193616a7b8842b.tar.xz mullvadvpn-68a54bbbd08bf98d43e3a2d54f193616a7b8842b.zip | |
Merge branch 'update-outdated-tidy-script-paths-droid-992'
Diffstat (limited to 'android/app/src')
| -rw-r--r-- | android/app/src/main/res/xml/provider_paths.xml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/android/app/src/main/res/xml/provider_paths.xml b/android/app/src/main/res/xml/provider_paths.xml index 921d92f8dd..7158cf665d 100644 --- a/android/app/src/main/res/xml/provider_paths.xml +++ b/android/app/src/main/res/xml/provider_paths.xml @@ -1,8 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <paths> - <cache-path - name="logs" - path="logs/" /> + <cache-path name="logs" + path="logs/" /> </paths> - - |
