We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a632470 + d853531 commit 0f1cf3dCopy full SHA for 0f1cf3d
app/build.gradle
@@ -33,7 +33,7 @@ android {
33
release {
34
minifyEnabled true
35
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
36
- signingConfig signingConfigs.release
+ signingConfig signingConfigs.debug
37
}
38
39
compileOptions {
core/build.gradle
@@ -68,7 +68,7 @@ dependencies {
68
implementation 'org.web3j:core:4.8.8-android'
69
70
//session-manager-sdk
71
- implementation 'com.github.Web3Auth:session-manager-android:0.0.5'
+ implementation 'com.github.Web3Auth:session-manager-android:0.0.6'
72
73
// Test
74
testImplementation 'junit:junit:4.+'
0 commit comments