diff options
| -rwxr-xr-x | android/scripts/tidy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/scripts/tidy.sh b/android/scripts/tidy.sh index 0372febcda..173d42d905 100755 --- a/android/scripts/tidy.sh +++ b/android/scripts/tidy.sh @@ -33,7 +33,7 @@ function format { --indent-attributes yes \ --indent-spaces 4 \ --literal-attributes yes \ - ../**/src/main/AndroidManifest.xml \ + ../**/src/*/AndroidManifest.xml \ ../lib/resource/src/main/res/anim*/*.xml \ ../lib/resource/src/main/res/drawable*/*.xml \ ../app/src/main/res/layout*/*.xml |
