Skip to content

Commit

Permalink
Second publish(update newVersion json file).
Browse files Browse the repository at this point in the history
  • Loading branch information
healergyl committed Jun 14, 2023
1 parent c5490aa commit a7d39aa
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/src/main/assets/newVersion.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"testnet": {
"version": "0.1.0",
"version": "0.1.1",
"force": false,
"newFeature": "First publish",
"optimization": "Not yet",
"url": "https://github.com/omnilaboratory/OBAndroid/releases/download/v0.1.0-testnet/OBAndroid_testnet_0.1.0_beta.10_release.apk"
"newFeature": "Second publish",
"optimization": "Optimize the calculation of channel commitFee",
"url": "https://github.com/omnilaboratory/OBAndroid/releases/download/v0.1.1-testnet/OBAndroid_testnet_v0.1.1.apk"
},
"regtest": {
"version": "0.1.0",
Expand All @@ -14,10 +14,10 @@
"url": "https://github.com/omnilaboratory/OBAndroid/releases/download/v0.1.0-testnet/OBAndroid_testnet_0.1.0_beta.10_release.apk"
},
"mainnet": {
"version": "0.1.0",
"version": "0.1.1",
"force": false,
"newFeature": "First publish",
"optimization": "Not yet",
"url": "https://github.com/omnilaboratory/OBAndroid/releases/download/v0.1.0-mainnet/OBAndroid_mainnet_v0.1.0.apk"
"newFeature": "Second publish",
"optimization": "Optimize the calculation of channel commitFee",
"url": "https://github.com/omnilaboratory/OBAndroid/releases/download/v0.1.1-mainnet/OBAndroid_mainnet_v0.1.1.apk"
}
}

0 comments on commit a7d39aa

Please sign in to comment.