From 5972b8df1277fcedeb2bb6c767bdb875bbd2a7df Mon Sep 17 00:00:00 2001 From: hqjang-pepper Date: Tue, 14 Nov 2023 16:20:47 +0900 Subject: [PATCH] update android sdk version to v5.3.1 --- android/android-aggregate-verifier-example/app/build.gradle | 2 +- android/android-auth0-example/app/build.gradle | 2 +- android/android-firebase-example/app/build.gradle | 2 +- android/android-quick-start/app/build.gradle | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/android-aggregate-verifier-example/app/build.gradle b/android/android-aggregate-verifier-example/app/build.gradle index a5973e30a..2b22f2997 100644 --- a/android/android-aggregate-verifier-example/app/build.gradle +++ b/android/android-aggregate-verifier-example/app/build.gradle @@ -39,7 +39,7 @@ dependencies { implementation 'com.google.android.material:material:1.6.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'com.google.code.gson:gson:2.9.1' - implementation 'com.github.Web3Auth:web3auth-android-sdk:5.3.0' + implementation 'com.github.Web3Auth:web3auth-android-sdk:5.3.1' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' diff --git a/android/android-auth0-example/app/build.gradle b/android/android-auth0-example/app/build.gradle index b0c8d4eff..c9af0b4d2 100644 --- a/android/android-auth0-example/app/build.gradle +++ b/android/android-auth0-example/app/build.gradle @@ -38,7 +38,7 @@ dependencies { implementation 'com.google.android.material:material:1.6.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'com.google.code.gson:gson:2.9.1' - implementation 'com.github.Web3Auth:web3auth-android-sdk:5.3.0' + implementation 'com.github.Web3Auth:web3auth-android-sdk:5.3.1' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' diff --git a/android/android-firebase-example/app/build.gradle b/android/android-firebase-example/app/build.gradle index 5d9b2b334..90e1393a6 100644 --- a/android/android-firebase-example/app/build.gradle +++ b/android/android-firebase-example/app/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation 'com.google.android.material:material:1.7.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'com.google.code.gson:gson:2.9.1' - implementation 'com.github.Web3Auth:web3auth-android-sdk:5.3.0' + implementation 'com.github.Web3Auth:web3auth-android-sdk:5.3.1' implementation platform('com.google.firebase:firebase-bom:31.0.2') implementation 'com.google.firebase:firebase-auth-ktx' testImplementation 'junit:junit:4.13.2' diff --git a/android/android-quick-start/app/build.gradle b/android/android-quick-start/app/build.gradle index d39b5efb9..fd1547f8f 100644 --- a/android/android-quick-start/app/build.gradle +++ b/android/android-quick-start/app/build.gradle @@ -38,7 +38,7 @@ dependencies { implementation 'com.google.android.material:material:1.7.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'com.google.code.gson:gson:2.9.1' - implementation 'com.github.Web3Auth:web3auth-android-sdk:5.3.0' + implementation 'com.github.Web3Auth:web3auth-android-sdk:5.3.1' implementation 'org.web3j:core:4.8.7-android' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.4'