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