Skip to content

Commit 6d08b16

Browse files
committed
Added an overloaded connectWallet method that supports the new ActivityResult API.(#17)
1 parent d5cef8b commit 6d08b16

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add the following code to the `build.gradle.kts` file in the `app` module:
1818
dependencies {
1919
// The extension package must be used with the main framework "dora"
2020
implementation("com.github.dora4:dora:1.3.43")
21-
implementation("com.github.dora4:dora-walletconnect-support:2.1.29")
21+
implementation("com.github.dora4:dora-walletconnect-support:2.1.30")
2222
}
2323
```
2424

docs/es/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Añade el siguiente código en el archivo `build.gradle.kts` del módulo `app`:
1818
dependencies {
1919
// El paquete de extensión debe usarse con el framework principal "dora"
2020
implementation("com.github.dora4:dora:1.3.43")
21-
implementation("com.github.dora4:dora-walletconnect-support:2.1.29")
21+
implementation("com.github.dora4:dora-walletconnect-support:2.1.30")
2222
}
2323
```
2424

docs/fr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Ajoutez le code suivant dans le fichier `build.gradle.kts` du module `app` :
1818
dependencies {
1919
// Le package d'extension doit être utilisé avec le framework principal "dora"
2020
implementation("com.github.dora4:dora:1.3.43")
21-
implementation("com.github.dora4:dora-walletconnect-support:2.1.29")
21+
implementation("com.github.dora4:dora-walletconnect-support:2.1.30")
2222
}
2323
```
2424

docs/ko/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencyResolutionManagement {
1818
dependencies {
1919
// 확장 패키지는 메인 프레임워크 "dora"와 함께 사용해야 합니다.
2020
implementation("com.github.dora4:dora:1.3.43")
21-
implementation("com.github.dora4:dora-walletconnect-support:2.1.29")
21+
implementation("com.github.dora4:dora-walletconnect-support:2.1.30")
2222
}
2323
```
2424

docs/zh-cn/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencyResolutionManagement {
1818
dependencies {
1919
// 扩展包必须在有主框架dora的情况下使用
2020
implementation("com.github.dora4:dora:1.3.43")
21-
implementation("com.github.dora4:dora-walletconnect-support:2.1.29")
21+
implementation("com.github.dora4:dora-walletconnect-support:2.1.30")
2222
}
2323
```
2424

docs/zh-tw/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencyResolutionManagement {
1818
dependencies {
1919
// 擴展包必須與主框架 "dora" 一起使用
2020
implementation("com.github.dora4:dora:1.3.43")
21-
implementation("com.github.dora4:dora-walletconnect-support:2.1.29")
21+
implementation("com.github.dora4:dora-walletconnect-support:2.1.30")
2222
}
2323
```
2424

0 commit comments

Comments
 (0)