We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7656c commit f35b8e2Copy full SHA for f35b8e2
2 files changed
README.md
@@ -30,15 +30,15 @@ The MIRACL Trust Android SDK provides the following functionalities:
30
31
```kotlin
32
dependencies {
33
- implementation("com.miracl:trust-sdk-android:1.12.0")
+ implementation("com.miracl:trust-sdk-android:1.13.0")
34
}
35
```
36
37
Groovy:
38
39
```groovy
40
41
- implementation "com.miracl:trust-sdk-android:1.12.0"
+ implementation "com.miracl:trust-sdk-android:1.13.0"
42
43
44
miracl-sdk/build.gradle
@@ -13,7 +13,7 @@ plugins {
13
alias libs.plugins.jreleaser
14
15
16
-version = '1.12.0'
+version = '1.13.0'
17
18
android {
19
namespace 'com.miracl.trust'
0 commit comments