We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fdda50 commit 02881c6Copy full SHA for 02881c6
2 files changed
src/common/sdk/pnp/android/_installation.mdx
@@ -2,6 +2,6 @@
2
dependencies {
3
// ...
4
// focus-next-line
5
- implementation 'com.github.web3auth:web3auth-android-sdk:9.0.1'
+ implementation 'com.github.web3auth:web3auth-android-sdk:9.0.3'
6
}
7
```
src/common/versions.ts
@@ -1,5 +1,5 @@
1
export const pnpWebVersion = `9.3.x`;
-export const pnpAndroidVersion = `9.0.1`;
+export const pnpAndroidVersion = `9.0.3`;
export const pnpIOSVersion = `10.0.1`;
export const pnpRNVersion = `7.0.x`;
export const pnpFlutterVersion = `5.0.4`;
0 commit comments