File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ Start by installing the SDK from maven:
17
17
** build.gradle:**
18
18
``` groovy
19
19
dependencies {
20
- implementation "com.lightspark:lightspark-sdk:0.19.1 "
20
+ implementation "com.lightspark:lightspark-sdk:0.20.0 "
21
21
}
22
22
```
23
23
24
24
or with ** build.gradle.kts:**
25
25
``` kotlin
26
26
dependencies {
27
- implementation(" com.lightspark:lightspark-sdk:0.19.1 " )
27
+ implementation(" com.lightspark:lightspark-sdk:0.20.0 " )
28
28
}
29
29
```
30
30
Original file line number Diff line number Diff line change 1
1
GROUP =com.lightspark
2
2
POM_ARTIFACT_ID =lightspark-sdk
3
3
# Don't bump this manually. Run `scripts/versions.main.kt <new_version>` to bump the version instead.
4
- VERSION_NAME =0.19.1
4
+ VERSION_NAME =0.20.0
5
5
6
6
POM_DESCRIPTION =The Lightspark API SDK for Kotlin and Java.
7
7
POM_INCEPTION_YEAR =2023
You can’t perform that action at this time.
0 commit comments