summaryrefslogtreecommitdiff
path: root/Source/Android/code-style-java.xml
diff options
context:
space:
mode:
authorRyan Meredith <rwm@udel.edu>2020-09-08 05:59:08 -0400
committerRyan Meredith <rwm@udel.edu>2020-09-08 05:59:08 -0400
commit1ec2ac780d98eff0c59b66356615de31e6d2477c (patch)
tree1892a895991022cf3d42ffa75adeb1fd5bc46d86 /Source/Android/code-style-java.xml
parent3d33b1c2c5eb78510df9bfa56c4bd82248ed80f6 (diff)
Android: Update code-style-java for androidx files
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" />