Skip to content

Commit

Permalink
[Mobile] Add Selective Disclosure functionality (#98)
Browse files Browse the repository at this point in the history
Signed-off-by: Tiago Nascimento <[email protected]>
Co-authored-by: Gregorio <[email protected]>
  • Loading branch information
theosirian and w4ll3 authored Jan 21, 2025
1 parent fb6396a commit 9c27cef
Show file tree
Hide file tree
Showing 3 changed files with 187 additions and 149 deletions.
2 changes: 1 addition & 1 deletion MobileSdk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ android {
}

dependencies {
api("com.spruceid.mobile.sdk.rs:mobilesdkrs:0.7.0")
api("com.spruceid.mobile.sdk.rs:mobilesdkrs:0.8.3")
//noinspection GradleCompatible
implementation("com.android.support:appcompat-v7:28.0.0")
/* Begin UI dependencies */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -475,4 +475,4 @@ enum class CredentialStatusList {
fun credentialStatusListFromString(value: String): CredentialStatusList {
return enumValues<CredentialStatusList>().find { it.name.equals(value, ignoreCase = true) }
?: CredentialStatusList.UNDEFINED
}
}
Loading

0 comments on commit 9c27cef

Please sign in to comment.