-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added new Logger implementation #1113
base: feature/next-gen
Are you sure you want to change the base?
Conversation
Signed-off-by: Tomas Chladek <[email protected]>
All contributors have signed the CLA ✍️ ✅ |
@TomasChladekSL The build fails, probably because it does not know where to get the logger dependency. |
I have read the CLA Document and I hereby sign the CLA |
Signed-off-by: Tomas Chladek <[email protected]>
Signed-off-by: Tomas Chladek <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
const val materialIconsExtended = "androidx.compose.material:material-icons-extended:$materialVersion" | ||
const val animation = "androidx.compose.animation:animation:$version" | ||
|
||
object SessionReplay { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: Should we name it to a generic word like "common" instead of "SessionReplay"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, because it is part of session replay "package" and all modules must have the same version.
Signed-off-by: Tomas Chladek <[email protected]>
Removed unused dependencies
Added Logger