File tree 6 files changed +19
-8
lines changed
pubnub-kotlin/pubnub-kotlin-impl/src/test/kotlin/com/pubnub/api/legacy
6 files changed +19
-8
lines changed Original file line number Diff line number Diff line change 1
1
name : kotlin
2
- version : 10.5.1
2
+ version : 10.5.2
3
3
schema : 1
4
4
scm : github.com/pubnub/kotlin
5
5
files :
6
- - build/libs/pubnub-kotlin-10.5.1 -all.jar
6
+ - build/libs/pubnub-kotlin-10.5.2 -all.jar
7
7
sdks :
8
8
-
9
9
type : library
23
23
-
24
24
distribution-type : library
25
25
distribution-repository : maven
26
- package-name : pubnub-kotlin-10.5.1
27
- location : https://repo.maven.apache.org/maven2/com/pubnub/pubnub-kotlin/10.5.1 /pubnub-kotlin-10.5.1 .jar
26
+ package-name : pubnub-kotlin-10.5.2
27
+ location : https://repo.maven.apache.org/maven2/com/pubnub/pubnub-kotlin/10.5.2 /pubnub-kotlin-10.5.2 .jar
28
28
supported-platforms :
29
29
supported-operating-systems :
30
30
Android :
@@ -121,6 +121,11 @@ sdks:
121
121
license-url : https://www.apache.org/licenses/LICENSE-2.0.txt
122
122
is-required : Required
123
123
changelog :
124
+ - date : 2025-05-15
125
+ version : v10.5.2
126
+ changes :
127
+ - type : bug
128
+ text : " Internal fixes."
124
129
- date : 2025-05-13
125
130
version : v10.5.1
126
131
changes :
Original file line number Diff line number Diff line change
1
+ ## v10.5.2
2
+ May 15 2025
3
+
4
+ #### Fixed
5
+ - Internal fixes.
6
+
1
7
## v10.5.1
2
8
May 13 2025
3
9
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ You will need the publish and subscribe keys to authenticate your app. Get your
20
20
<dependency >
21
21
<groupId >com.pubnub</groupId >
22
22
<artifactId >pubnub-kotlin</artifactId >
23
- <version >10.5.1 </version >
23
+ <version >10.5.2 </version >
24
24
</dependency >
25
25
```
26
26
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RELEASE_SIGNING_ENABLED=true
18
18
SONATYPE_HOST =DEFAULT
19
19
SONATYPE_AUTOMATIC_RELEASE =false
20
20
GROUP =com.pubnub
21
- VERSION_NAME =10.5.1
21
+ VERSION_NAME =10.5.2
22
22
POM_PACKAGING =jar
23
23
24
24
POM_NAME =PubNub SDK
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dokka = "2.0.0"
13
13
kotlinx_datetime = " 0.6.2"
14
14
kotlinx_coroutines = " 1.10.2"
15
15
pubnub_js = " 8.6.0"
16
- pubnub_swift = " 9.1 .0"
16
+ pubnub_swift = " 9.2 .0"
17
17
18
18
[libraries ]
19
19
retrofit2 = { module = " com.squareup.retrofit2:retrofit" , version.ref = " retrofit2" }
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ class PubNubImplTest : BaseTest() {
56
56
fun getVersionAndTimeStamp () {
57
57
val version = PubNubImpl .SDK_VERSION
58
58
val timeStamp = PubNubImpl .timestamp()
59
- assertEquals(" 10.5.1 " , version)
59
+ assertEquals(" 10.5.2 " , version)
60
60
assertTrue(timeStamp > 0 )
61
61
}
62
62
You can’t perform that action at this time.
0 commit comments