File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/commonMain/kotlin/com/lightspark/sdk/uma Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ Start by installing the SDK from maven:
1717** build.gradle:**
1818``` groovy
1919 dependencies {
20- implementation "com.lightspark:lightspark-sdk:0.4.1 "
20+ implementation "com.lightspark:lightspark-sdk:0.5.0 "
2121 }
2222```
2323
2424or with ** build.gradle.kts:**
2525``` kotlin
2626 dependencies {
27- implementation(" com.lightspark:lightspark-sdk:0.4.1 " )
27+ implementation(" com.lightspark:lightspark-sdk:0.5.0 " )
2828 }
2929```
3030
Original file line number Diff line number Diff line change 11GROUP =com.lightspark
22POM_ARTIFACT_ID =lightspark-sdk
33# Don't bump this manually. Run `scripts/versions.main.kt <new_version>` to bump the version instead.
4- VERSION_NAME =0.4.1
4+ VERSION_NAME =0.5.0
55
66POM_DESCRIPTION =The Lightspark API SDK for Kotlin and Java.
77POM_INCEPTION_YEAR =2023
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import kotlinx.serialization.Serializable
88 * @property receiverKycStatus Indicates whether VASP2 has KYC information about the receiver.
99 * @property isSubjectToTravelRule Indicates whether VASP2 is a financial institution that requires travel rule information.
1010 * @property receiverIdentifier The identifier of the receiver at VASP2.
11- * @property signature The signature of the sender on the signable payload .
11+ * @property signature The signature of the receiving VASP on the [signablePayload] .
1212 * @property signatureNonce The nonce used in the signature.
1313 * @property signatureTimestamp The timestamp used in the signature.
1414 */
You can’t perform that action at this time.
0 commit comments