Skip to content

Commit

Permalink
Merge pull request #61 from Web3Auth/update-session-manager-sdk
Browse files Browse the repository at this point in the history
Update session manager sdk for obfuscation
  • Loading branch information
chaitanyapotti authored Jul 19, 2023
2 parents a632470 + d853531 commit 0f1cf3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ android {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.release
signingConfig signingConfigs.debug
}
}
compileOptions {
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies {
implementation 'org.web3j:core:4.8.8-android'

//session-manager-sdk
implementation 'com.github.Web3Auth:session-manager-android:0.0.5'
implementation 'com.github.Web3Auth:session-manager-android:0.0.6'

// Test
testImplementation 'junit:junit:4.+'
Expand Down

0 comments on commit 0f1cf3d

Please sign in to comment.