-
Notifications
You must be signed in to change notification settings - Fork 74
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
task(SDK-3503) - Release core v5.2.2 #525
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- wrapper module with necessary deps
- added creds so it can be linked to dashboard.
- added new versions
- we need multiple flavours for local, remote and staging builds. - these represents the places from where the deps are pulled. - We release - localRelease flavour to playstore
- change to remove secrets - application class notif channel creation
- added version bump for lib to latest one
…fineVariable API Issue has been fixed by restricting null values as default when defining the PE variables
…odes to Random integer
Build apps
task(SDK-3381) - Changes lossy conversion in request codes
task(SDK-3343) - Update PendingIntent Flag mutable to immutable
* task(SDK-2955) - Create version catalog file with all dependencies * task(SDK-2955) - bump AGP to v7.4.2, gradle-wrapper.properties to support version catalog, refactor settings.gradle.kts to support version catalog dependencies * task(SDK-2955) - Update all modules build.gradle to read dependencies from libs.versions.toml * task(SDK-2955) - Refactor project's settings.gradle * task(SDK-2955) - Refactor libraryVersion keys, update Libs.kt * task(SDK-2955) - Adds missing detekt dependencies * task(SDK-2955) - Refactor versions keys across modules * task(SDK-2955) - Refactor versions.properties to add only versions needed for `copyTemplates` task * task(SDK-2955) - Updates template docs to fetch versions from toml file * task(SDK-2955) - Updates gradle files to correctly fetch dependencies and versions * task(SDK-2955) - Changes apply plugin to plugin blocks * task(SDK-2955) - Removes unnecessary formatting and files * task(SDK-2955) - Moves crashlytics and detekt plugin to version catalog * task(SDK-2955) - Removes the buildSrc module * task(SDK-2955) - Moves crashlytics to toml * Apply from moved to top - moved together * Formatted the deps - based on types * Upgraded versions - as per latest develop branch - this was left in conflict res * task(SDK-2955) - Creates bundles for power mock and mockito * Kotlin options in clevertap-core - we did not add the kotlin options block. Made it uniform as per the project * task(SDK-2955) - Update Docs to remove install-referrer --------- Co-authored-by: anush <anush@clevertap.com> Co-authored-by: CTLalit <lalitkumar@clevertap.com>
…f db is out of memory
…ageContent_unrestricted task(SDK-3526) - Removes restricted scope of CTInboxMessageContent class
task(SDK-3422) - Handles NPE for inbox messages
…tion_db_out_of_memory Task/sdk 3510/encryption migration db out of memory
…_resource_name_conflict Task/sdk 3514/fallback channel resource name conflict
…mode_violation task(SDK-3530) - Moves initialisation of ctVariables to an IO thread
…_js_issue task(SDK-3399) - Supports JS for custom html header and footer inapps
…ernal Var#define method This adjustment ensures that the condition is applied to annotated variables as well.
…eption_in_defineVariable_API [SDK-3328] Fix classCastException from while reading PE variable
task(SDK-3530) - Updates the docs and versions
# Conflicts: # docs/CTPUSHTEMPLATES.md # versions.properties
task(SDK-3328) - Fixes conflict push templates docs
shivamsharma2710
approved these changes
Dec 22, 2023
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Core
New Features
Bug Fixes
defineVariable
API of Product Experiences.fcm_fallback_notification_channel_label
CTInboxMessageContent.java
to allow access to its methods.ctVariables.init()
.PT
PendingIntent.FLAG_MUTABLE
toPendingIntent.FLAG_IMMUTABLE
to prevent vulnerabilities in pre-launch report on PlayStore