Skip to content

Commit 02881c6

Browse files
update pnp android to latest
1 parent 2fdda50 commit 02881c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/common/sdk/pnp/android/_installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
dependencies {
33
// ...
44
// focus-next-line
5-
implementation 'com.github.web3auth:web3auth-android-sdk:9.0.1'
5+
implementation 'com.github.web3auth:web3auth-android-sdk:9.0.3'
66
}
77
```

src/common/versions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const pnpWebVersion = `9.3.x`;
2-
export const pnpAndroidVersion = `9.0.1`;
2+
export const pnpAndroidVersion = `9.0.3`;
33
export const pnpIOSVersion = `10.0.1`;
44
export const pnpRNVersion = `7.0.x`;
55
export const pnpFlutterVersion = `5.0.4`;

0 commit comments

Comments
 (0)