diff --git a/android/build.gradle b/android/build.gradle index 4cc961d..07a5131 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -107,6 +107,7 @@ dependencies { // For < 0.71, this will be from the local maven repo // For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin //noinspection GradleDynamicVersion + api("com.spruceid.wallet.sdk.rs:walletsdkrs:0.0.25") implementation "com.facebook.react:react-android:+" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation 'com.spruceid.wallet.sdk:walletsdk:0.0.6' diff --git a/android/libs/full.jar b/android/libs/full.jar new file mode 100644 index 0000000..89c864f Binary files /dev/null and b/android/libs/full.jar differ