Skip to content

Commit

Permalink
library exceptions code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ig-v-k committed Apr 7, 2024
1 parent 695da16 commit ee59683
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions .idea/artifacts/rroute.xml

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

Binary file added libs/android.jar
Binary file not shown.
12 changes: 11 additions & 1 deletion rroute.iml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library">
<orderEntry type="module-library" scope="PROVIDED">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/libs/classes.jar!/" />
Expand All @@ -18,5 +19,14 @@
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library" scope="PROVIDED">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/libs/android.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
</component>
</module>

0 comments on commit ee59683

Please sign in to comment.