Skip to content

Commit

Permalink
CU-2epjuhv [Wallet plugin]Upgrade spvsdk for CR: fix incorrect output…
Browse files Browse the repository at this point in the history
… address
  • Loading branch information
raozhiming committed Apr 20, 2022
1 parent dd5ea65 commit 3fe1167
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elastos-essentials-plugin-wallet",
"version": "2.0.11",
"version": "2.0.12",
"description": "Elastos Wallet Plugin",
"cordova": {
"id": "elastos-essentials-plugin-wallet",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin id="elastos-essentials-plugin-wallet" version="2.0.11" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<plugin id="elastos-essentials-plugin-wallet" version="2.0.12" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>Wallet</name>
<js-module name="Wallet" src="www/wallet.js">
<clobbers target="walletManager" />
Expand Down
2 changes: 1 addition & 1 deletion src/android/wallet.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ repositories {

dependencies {
// implementation(name: 'org.elastos.spvcore-debug', ext: 'aar')
implementation 'org.elastos:spvcore:2.11'
implementation 'org.elastos:spvcore:2.12'
}

0 comments on commit 3fe1167

Please sign in to comment.