Skip to content

Commit 19e96af

Browse files
authored
Merge pull request #1041 from Web3Auth/mobile-session-time
Update Mobile SDK docs
2 parents 2afb4bb + d489bc0 commit 19e96af

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
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.0.3'
5+
implementation 'com.github.web3auth:web3auth-android-sdk:9.0.4'
66
}
77
```
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
```yaml
22
dependencies:
3-
web3auth_flutter: ^6.1.0
3+
web3auth_flutter: ^6.1.1
44
```

src/common/sdk/pnp/ios/_cocoapods.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ To install the Web3Auth SDK using Cocoapods, follow the below steps:
33
1. Open the Podfile, and add the Web3Auth pod:
44

55
```sh
6-
pod 'Web3Auth', '~> 11.0.1'
6+
pod 'Web3Auth', '~> 11.0.4'
77
```
88

99
2. Once added, use `pod install` command to download the Web3Auth dependency.

src/common/sdk/pnp/ios/_spm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
https://github.com/Web3Auth/web3auth-swift-sdk
77
```
88

9-
From the `Dependency Rule` dropdown, select `Exact Version` and enter `11.0.1` as the version.
9+
From the `Dependency Rule` dropdown, select `Exact Version` and enter `11.0.4` as the version.
1010

1111
3. When finished, Xcode will automatically begin resolving and downloading your dependencies in the
1212
background.

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:2.1.0'
21+
implementation 'com.github.web3auth:single-factor-auth-android:3.0.1'
2222
}
2323
```

src/common/sdk/sfa/ios/_sfa-ios-cocoapods.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ To install the Web3Auth SingleFactorAuth SDK using Cocoapods, follow the below s
33
1. Open the Podfile, and add the SingleFactorAuth pod:
44

55
```sh
6-
pod 'SingleFactorAuth', '~> 9.0.3'
6+
pod 'SingleFactorAuth', '~> 9.0.4'
77
```
88

99
2. Once added, use `pod install` command to download the SingleFactorAuth dependency.

src/common/sdk/sfa/ios/_sfa-ios-spm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
https://github.com/Web3Auth/single-factor-auth-swift
77
```
88

9-
From the `Dependency Rule` dropdown, select `Exact Version` and enter `9.0.3` as the version.
9+
From the `Dependency Rule` dropdown, select `Exact Version` and enter `9.0.4` as the version.
1010

1111
1. When finished, Xcode will automatically begin resolving and downloading your dependencies in the
1212
background.

src/common/versions.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
export const pnpWebVersion = `9.3.x`;
2-
export const pnpAndroidVersion = `9.0.3`;
3-
export const pnpIOSVersion = `11.0.1`;
2+
export const pnpAndroidVersion = `9.0.4`;
3+
export const pnpIOSVersion = `11.0.4`;
44
export const pnpRNVersion = `7.0.x`;
5-
export const pnpFlutterVersion = `6.1.0`;
5+
export const pnpFlutterVersion = `6.1.1`;
66
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 = `3.0.0`;
11-
export const sfaIOSVersion = `9.0.3`;
10+
export const sfaAndroidVersion = `3.0.1`;
11+
export const sfaIOSVersion = `9.0.4`;
1212
export const sfaRNVersion = `2.0.x`;
1313
export const sfaFlutterVersion = `5.3.0`;
1414
export const sfaNodeJSVersion = `7.4.x`;

0 commit comments

Comments
 (0)