Skip to content

Commit f91a7d2

Browse files
committed
feat: update example and sdk
Signed-off-by: Gaurav Goel <[email protected]>
1 parent be84f0a commit f91a7d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

single-factor-auth-android/sfa-android-quick-start/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ android {
4040

4141
dependencies {
4242
// IMP START - Installation
43-
implementation 'com.github.grvgoel81:web3auth-android-sdk:2.0.0.1'
43+
implementation 'com.github.grvgoel81:web3auth-android-sdk:2.0.0.5'
4444
implementation 'org.web3j:core:4.8.8-android'
4545
// IMP END - Installation
4646
implementation platform('com.google.firebase:firebase-bom:31.0.2')

single-factor-auth-android/sfa-android-quick-start/app/src/main/java/com/example/androidsfaexample/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ class MainActivity : AppCompatActivity() {
156156
)
157157
val loginCompletableFuture: CompletableFuture<Web3AuthResponse> =
158158
web3Auth.connectTo(
159-
loginParams, ctx = this
159+
loginParams
160160
)
161161
// IMP END - Verifier Creation
162162
try {

0 commit comments

Comments
 (0)