Skip to content

Commit

Permalink
Fix/ios der encoding presentation signature (#69)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Tate <[email protected]>
Co-authored-by: Simon Bihel <[email protected]>
Co-authored-by: Juliano Cezar Chagas Tavares <[email protected]>
  • Loading branch information
3 people authored Dec 20, 2024
1 parent 15815eb commit acb35ae
Show file tree
Hide file tree
Showing 2 changed files with 278 additions and 305 deletions.
6 changes: 3 additions & 3 deletions MobileSdk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ android {
release {
isMinifyEnabled = false
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
)
}
}
Expand Down Expand Up @@ -125,7 +125,7 @@ android {
}

dependencies {
api("com.spruceid.mobile.sdk.rs:mobilesdkrs:0.4.0")
api("com.spruceid.mobile.sdk.rs:mobilesdkrs:0.4.3")
//noinspection GradleCompatible
implementation("com.android.support:appcompat-v7:28.0.0")
/* Begin UI dependencies */
Expand Down
Loading

0 comments on commit acb35ae

Please sign in to comment.