diff options
| author | LC <mathew1800@gmail.com> | 2020-09-08 09:47:59 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-08 09:47:59 -0400 |
| commit | 67761c7d313193d88d5262483aaeda5e47f0980f (patch) | |
| tree | 3ff7205c7b3df47cf4cb66c86c7dd4ea753682b9 /Source/Android/code-style-java.xml | |
| parent | 365e812f6d1bfaf4099f8a32f21b882f4d2a60ef (diff) | |
| parent | 255e8ff007cceeb62c9d654d0a67aa1d6d074f30 (diff) | |
Merge pull request #9067 from Ebola16/Fixes4
Android: Optimize imports
Diffstat (limited to 'Source/Android/code-style-java.xml')
| -rw-r--r-- | Source/Android/code-style-java.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Android/code-style-java.xml b/Source/Android/code-style-java.xml index 35c0b133fe..6965fd3cda 100644 --- a/Source/Android/code-style-java.xml +++ b/Source/Android/code-style-java.xml @@ -22,6 +22,8 @@ <value> <package name="android" withSubpackages="true" static="false" /> <emptyLine /> + <package name="androidx" withSubpackages="true" static="false" /> + <emptyLine /> <package name="com" withSubpackages="true" static="false" /> <emptyLine /> <package name="junit" withSubpackages="true" static="false" /> |
