···38383939# IntelliJ
4040/out/
4141+/build/
41424243# mpeltonen/sbt-idea plugin
4344.idea_modules/
···4849# Crashlytics plugin (for Android Studio and IntelliJ)
4950com_crashlytics_export_strings.xml
5051crashlytics.properties
5151-crashlytics-build.properties5252+crashlytics-build.properties
+1-1
src/tech/henning/client/Configuration.java
···4848 /**
4949 * Modulus to be used in the RSA network encryption.
5050 */
5151- public static final BigInteger RSA_MODULUS = new BigInteger("141676157752195554735559211145264378937976297633767586286947546254112706939523147177486275692443604121432268321940975736544648897121324600822274740814139678532354218331462623318311718669229065754584663117654839398911927015058106642488139604266125209131471909966472090271413833528051210941238152814528481571969");
5151+ public static final BigInteger RSA_MODULUS = new BigInteger("119568088839203297999728368933573315070738693395974011872885408638642676871679245723887367232256427712869170521351089799352546294030059890127723509653145359924771433131004387212857375068629466435244653901851504845054452735390701003613803443469723435116497545687393297329052988014281948392136928774011011998343");
52525353}