Skip to content

Commit

Permalink
Add QR Code scan to share button that redirects to OID4VP flow
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyschmoe committed Oct 1, 2024
1 parent 18ccb4b commit 6089d86
Show file tree
Hide file tree
Showing 6 changed files with 85 additions and 342 deletions.
318 changes: 0 additions & 318 deletions .idea/other.xml

This file was deleted.

13 changes: 13 additions & 0 deletions .idea/runConfigurations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion MobileSdk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ nmcp {

android {
namespace = "com.spruceid.mobile.sdk"
compileSdk = 33
compileSdk = 35

defaultConfig {
minSdk = 26
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.5.1" apply false
id("com.android.application") version "8.7.0" apply false
id("org.jetbrains.kotlin.android") version "1.9.23" apply false
id("com.android.library") version "8.5.1" apply false
id("com.android.library") version "8.7.0" apply false
id("com.gradleup.nmcp") version "0.0.4" apply true
id("com.google.devtools.ksp") version "1.9.23-1.0.20" apply false
}
Loading

0 comments on commit 6089d86

Please sign in to comment.