Skip to content

Commit f595188

Browse files
update android pnp to v9.1.2
1 parent d88770e commit f595188

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.1.1'
5+
implementation 'com.github.web3auth:web3auth-android-sdk:9.1.2'
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.1.1`;
2+
export const pnpAndroidVersion = `9.1.2`;
33
export const pnpIOSVersion = `11.0.5`;
44
export const pnpRNVersion = `8.1.x`;
55
export const pnpFlutterVersion = `6.1.2`;

0 commit comments

Comments
 (0)