highly configurable using config file • works well in combination with AS code style if(url.equals(otherUrl)){ System.out.print("it's equal!"); } if(url.equals(otherUrl)) System.out.print("it's equal!"); if (url.equals(otherUrl)) { System.out.print("it's equal!"); }
both host names can be resolved into the same IP addresses; else if either host name can't be resolved, the host names must be equal without regard to case; or both host names equal to null. • Since hosts comparison requires name resolution, this operation is a blocking operation.
a build on the CI service • CI service checks out the code, runs static analysis and tests • if the build fails, you get notified • if you break the build you fix it!
labs branch the release build is built • the CI build number is added to versionName: ‘1.0.0-b45’ • the .apk is uploaded to Infinum Labs • the last commit message is used as changelog