File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/main/java/com/blockscore/common Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ API Compatibility: <b>3.0</b>
18181 . Checkstyle (Ensures code style) ` ./gradlew checkstyleMain `
19192 . PMD (Checks for bugs) ` ./gradlew pmdMain `
20203 . Findbugs (Checks for bugs) ` ./gradlew findbugsMain `
21+ 4 . JUnit (Tests) ` ./gradlew build `
2122
2223##Dependencies Required (If using standard JAR)
23241 . Retrofit 1.6.1+
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ public final class Constants {
1010 public static final String AUTHORIZATION_HEADER = "Authorization" ;
1111 public static final String ACCEPT_HEADER = "Accept" ;
1212
13- private static final boolean DEBUG_MODE = true ;
13+ private static final boolean DEBUG_MODE = false ;
1414 private static final String BLOCKSCORE_DOMAIN = "https://api.blockscore.com" ;
1515 private static final String BLOCKSCORE_DEV_DOMAIN = "http://127.0.0.1:5400" ;
1616 private static final String VERSION_CODE = "3" ;
You can’t perform that action at this time.
0 commit comments