Skip to content

Commit 2d8726d

Browse files
update android sfa to latest
1 parent f3444cf commit 2d8726d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/common/sdk/sfa/android/_sfa-android-install.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ Then, in your app-level `build.gradle` dependencies section, add the following:
1818
dependencies {
1919
// ...
2020
// focus-next-line
21-
implementation 'com.github.web3auth:single-factor-auth-android:4.0.0'
21+
implementation 'com.github.web3auth:single-factor-auth-android:4.0.1'
2222
}
2323
```

src/common/versions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const pnpUnityVersion = `5.x.x`;
77
export const pnpUnrealVersion = `4.1.x`;
88

99
export const sfaWebVersion = `9.2.x`;
10-
export const sfaAndroidVersion = `4.0.0`;
10+
export const sfaAndroidVersion = `4.0.1`;
1111
export const sfaIOSVersion = `9.0.4`;
1212
export const sfaRNVersion = `2.0.x`;
1313
export const sfaFlutterVersion = `6.0.0`;

0 commit comments

Comments
 (0)