Skip to content

Commit 8a52c30

Browse files
committed
chore: update version to 1.15.0
1 parent b4f6615 commit 8a52c30

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
@@ -30,15 +30,15 @@ The MIRACL Trust Android SDK provides the following functionalities:
3030

3131
```kotlin
3232
dependencies {
33-
implementation("com.miracl:trust-sdk-android:1.14.0")
33+
implementation("com.miracl:trust-sdk-android:1.15.0")
3434
}
3535
```
3636

3737
Groovy:
3838

3939
```groovy
4040
dependencies {
41-
implementation "com.miracl:trust-sdk-android:1.14.0"
41+
implementation "com.miracl:trust-sdk-android:1.15.0"
4242
}
4343
```
4444

miracl-sdk/build.gradle

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

16-
version = '1.14.0'
16+
version = '1.15.0'
1717

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

0 commit comments

Comments
 (0)