File tree Expand file tree Collapse file tree 6 files changed +19
-8
lines changed
pubnub-kotlin/pubnub-kotlin-impl/src/test/kotlin/com/pubnub/api/legacy Expand file tree Collapse file tree 6 files changed +19
-8
lines changed Original file line number Diff line number Diff line change 11name : kotlin
2- version : 10.5.6
2+ version : 10.5.7
33schema : 1
44scm : github.com/pubnub/kotlin
55files :
6- - build/libs/pubnub-kotlin-10.5.6 -all.jar
6+ - build/libs/pubnub-kotlin-10.5.7 -all.jar
77sdks :
88 -
99 type : library
2323 -
2424 distribution-type : library
2525 distribution-repository : maven
26- package-name : pubnub-kotlin-10.5.6
27- location : https://repo.maven.apache.org/maven2/com/pubnub/pubnub-kotlin/10.5.6 /pubnub-kotlin-10.5.6 .jar
26+ package-name : pubnub-kotlin-10.5.7
27+ location : https://repo.maven.apache.org/maven2/com/pubnub/pubnub-kotlin/10.5.7 /pubnub-kotlin-10.5.7 .jar
2828 supported-platforms :
2929 supported-operating-systems :
3030 Android :
@@ -121,6 +121,11 @@ sdks:
121121 license-url : https://www.apache.org/licenses/LICENSE-2.0.txt
122122 is-required : Required
123123changelog :
124+ - date : 2025-07-31
125+ version : v10.5.7
126+ changes :
127+ - type : bug
128+ text : " Internal fixes."
124129 - date : 2025-07-31
125130 version : v10.5.6
126131 changes :
Original file line number Diff line number Diff line change 1+ ## v10.5.7
2+ July 31 2025
3+
4+ #### Fixed
5+ - Internal fixes.
6+
17## v10.5.6
28July 31 2025
39
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
2020 <dependency >
2121 <groupId >com.pubnub</groupId >
2222 <artifactId >pubnub-kotlin</artifactId >
23- <version >10.5.6 </version >
23+ <version >10.5.7 </version >
2424 </dependency >
2525 ```
2626
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RELEASE_SIGNING_ENABLED=true
1818SONATYPE_HOST =DEFAULT
1919SONATYPE_AUTOMATIC_RELEASE =false
2020GROUP =com.pubnub
21- VERSION_NAME =10.5.6
21+ VERSION_NAME =10.5.7
2222POM_PACKAGING =jar
2323
2424POM_NAME =PubNub SDK
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dokka = "2.0.0"
1313kotlinx_datetime = " 0.6.2"
1414kotlinx_coroutines = " 1.10.2"
1515pubnub_js = " 9.8.1"
16- pubnub_swift = " 9.3.0 "
16+ pubnub_swift = " 9.3.1 "
1717
1818[libraries ]
1919retrofit2 = { 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() {
5656 fun getVersionAndTimeStamp () {
5757 val version = PubNubImpl .SDK_VERSION
5858 val timeStamp = PubNubImpl .timestamp()
59- assertEquals(" 10.5.6 " , version)
59+ assertEquals(" 10.5.7 " , version)
6060 assertTrue(timeStamp > 0 )
6161 }
6262
You can’t perform that action at this time.
0 commit comments