Guest User

Untitled

a guest
Oct 17th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project name="com.lookout.custom_rules">
  3. <!-- We use this target to access the "hidden" -compile target. -->
  4. <target name="compile-debug" depends="-set-debug-mode, -crunch, -compile, -record-build-info" />
  5. <target name="compile-release" depends="-set-release-mode, -crunch, -compile, -record-build-info" />
  6. </project>
Add Comment
Please, Sign In to add comment