Skip to content

Commit

Permalink
Move kt file to kotlin sourceset (#296)
Browse files Browse the repository at this point in the history
* Move kt file to kotlin sourceset

* PubNub SDK v6.4.4 release.

---------

Co-authored-by: PubNub Release Bot <[email protected]>
  • Loading branch information
wkal-pubnub and pubnub-release-bot authored Nov 30, 2023
1 parent 82de0bf commit 9ff499f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .pubnub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ changelog:
version: v6.4.4
changes:
- type: bug
text: "Bring back compatibility with Android 6+ by removing the Jackson library dependency."
text: "Bring back compatibility with Android 6+ by removing the Jackson library dependency."
- date: 2023-11-28
version: v6.4.3
changes:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ November 30 2023
#### Fixed
- Bring back compatibility with Android 6+ by removing the Jackson library dependency.



## v6.4.3
November 28 2023

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ import com.pubnub.api.models.consumer.access_manager.v3.PNToken
import com.pubnub.api.vendor.Base64
import java.math.BigInteger
import java.nio.charset.StandardCharsets
import kotlin.collections.Map
import kotlin.collections.component1
import kotlin.collections.component2
import kotlin.collections.set
import co.nstant.`in`.cbor.model.Map as CborMap

internal class TokenParser {
Expand Down Expand Up @@ -107,4 +103,4 @@ internal class TokenParser {
private const val GROUPS_KEY = "grp"
private const val UUIDS_KEY = "uuid"
}
}
}

0 comments on commit 9ff499f

Please sign in to comment.