File tree Expand file tree Collapse file tree
src/main/java/com/pingplusplus Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apply plugin : ' java'
22apply plugin : ' maven'
33sourceCompatibility = 1.5
4- version = ' 1 .0'
4+ version = ' 2.0 .0'
55
66repositories {
77mavenCentral()
Original file line number Diff line number Diff line change 22
33public abstract class Pingpp
44{
5- public static final String LIVE_API_BASE = "https://api.pingplusplus .com/" ;
6- public static final String VERSION = "1 .0.4 " ;
5+ public static final String LIVE_API_BASE = "https://api.pingxx .com/" ;
6+ public static final String VERSION = "2 .0.0 " ;
77 public static volatile String apiKey ;
8- public static volatile String apiVersion = "2014-10-10 " ;
8+ public static volatile String apiVersion = "2015-01-01 " ;
99
1010 private static volatile boolean verifySSL = true ;
1111 private static volatile String apiBase = LIVE_API_BASE ;
You can’t perform that action at this time.
0 commit comments