Skip to content

Commit

Permalink
update version to 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
duanyytop committed Nov 8, 2018
1 parent a43b7d4 commit 8ea2200
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ public class HttpUrls {

// node host
public static final String APPCHAIN_NODE_IP = "http://121.196.200.225:1337";
// public static final String ETH_NODE_IP = "https://mainnet.infura.io/h3iIzGIN6msu3KeUrdlt";
public static final String ETH_NODE_IP = "https://rinkeby.infura.io/llyrtzQ3YhkdESt2Fzrk";
public static final String ETH_NODE_IP = "https://mainnet.infura.io/h3iIzGIN6msu3KeUrdlt";
// public static final String ETH_NODE_IP = "https://rinkeby.infura.io/llyrtzQ3YhkdESt2Fzrk";


// discover page config information
Expand Down
6 changes: 3 additions & 3 deletions config.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
ext.appConfig = [
versionCode: 11,
versionCode: 12,

versionMajor: 0,
versionMinor: 6,
versionBeta: 4,
versionBeta: 5,

signStorePassword: "cryptape2016@#",
signKeyAlias: "neuron",
signKeyPassword: "cryptape2016@#",

isDebug: true
isDebug: false
]

0 comments on commit 8ea2200

Please sign in to comment.