Skip to content

Commit c275e3a

Browse files
committed
chore: update version to 1.9.0
1 parent af9db43 commit c275e3a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ The MIRACL Trust Android SDK provides the following functionalities:
2929

3030
```kotlin
3131
dependencies {
32-
implementation("com.miracl:trust-sdk-android:1.8.1")
32+
implementation("com.miracl:trust-sdk-android:1.9.0")
3333
}
3434
```
3535

3636
Groovy:
3737

3838
```groovy
3939
dependencies{
40-
implementation "com.miracl:trust-sdk-android:1.8.1"
40+
implementation "com.miracl:trust-sdk-android:1.9.0"
4141
}
4242
```
4343

miracl-sdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
alias libs.plugins.jreleaser
1313
}
1414

15-
version = '1.8.1'
15+
version = '1.9.0'
1616

1717
android {
1818
namespace 'com.miracl.trust'

0 commit comments

Comments
 (0)