Skip to content

Commit

Permalink
Fix import ordering for androidx
Browse files Browse the repository at this point in the history
  • Loading branch information
malinajirka committed Jun 4, 2019
1 parent b7ac12d commit 39874a8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
</module>

<module name="ImportOrder">
<property name="groups" value="android,com,junit,net,org,java,javax"/>
<property name="groups" value="android,androidx,com,junit,net,org,java,javax"/>
<property name="ordered" value="false"/>
<property name="separated" value="true"/>
<property name="option" value="bottom"/>
Expand Down
2 changes: 1 addition & 1 deletion libs/login/config/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
</module>

<module name="ImportOrder">
<property name="groups" value="android,com,junit,net,org,java,javax"/>
<property name="groups" value="android,androidx,com,junit,net,org,java,javax"/>
<property name="ordered" value="false"/>
<property name="separated" value="true"/>
<property name="option" value="bottom"/>
Expand Down
2 changes: 1 addition & 1 deletion libs/utils/config/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
</module>

<module name="ImportOrder">
<property name="groups" value="android,com,junit,net,org,java,javax"/>
<property name="groups" value="android,androidx,com,junit,net,org,java,javax"/>
<property name="ordered" value="false"/>
<property name="separated" value="true"/>
<property name="option" value="bottom"/>
Expand Down

0 comments on commit 39874a8

Please sign in to comment.