We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9e00c3 + 82e3239 commit 45245feCopy full SHA for 45245fe
CHANGELOG.md
@@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
5
## [Unreleased]
6
7
+### Fixed
8
+- `EmbeddedSessionManager` methods is now accessible which were library group restricted before.
9
+
10
## [3.5.11]
11
12
### Fixed
iterableapi/src/main/java/com/iterable/iterableapi/EmbeddedSessionManager.kt
@@ -1,9 +1,7 @@
1
package com.iterable.iterableapi
2
3
-import androidx.annotation.RestrictTo
import java.util.Date
-@RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
public class EmbeddedSessionManager {
private val TAG = "EmbeddedSessionManager"
0 commit comments