From 8cbc0f44e5283adbd2a17a379cdbab4be0242ff6 Mon Sep 17 00:00:00 2001 From: hqjang-pepper Date: Thu, 12 Oct 2023 20:42:51 +0900 Subject: [PATCH] version update --- docs/sdk/pnp/android/install.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sdk/pnp/android/install.mdx b/docs/sdk/pnp/android/install.mdx index 346e66d09..44f35ed04 100644 --- a/docs/sdk/pnp/android/install.mdx +++ b/docs/sdk/pnp/android/install.mdx @@ -27,7 +27,7 @@ Then, in your app-level `build.gradle` dependencies section, add the following: dependencies { // ... // highlight-next-line - implementation 'com.github.Web3Auth:web3auth-android-sdk:5.0.0' + implementation 'com.github.Web3Auth:web3auth-android-sdk:5.0.2' } ```