We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7629da2 + 3e0ce64 commit c49b145Copy full SHA for c49b145
android/build.gradle
@@ -49,6 +49,6 @@ android {
49
dependencies {
50
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
51
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
52
- implementation 'com.github.web3auth:web3auth-android-sdk:8.0.0'
+ implementation 'com.github.web3auth:web3auth-android-sdk:8.0.1'
53
implementation 'com.google.code.gson:gson:2.9.1'
54
}
0 commit comments