summaryrefslogtreecommitdiff
path: root/Source/Android/code-style-java.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Android/code-style-java.xml')
-rw-r--r--Source/Android/code-style-java.xml2
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" />