Skip to content

Update dependencies#39

Merged
emdobrin merged 2 commits intoadobe:dev-v2.0.0from
emdobrin:core-dep
Jan 31, 2023
Merged

Update dependencies#39
emdobrin merged 2 commits intoadobe:dev-v2.0.0from
emdobrin:core-dep

Conversation

@emdobrin
Copy link
Copy Markdown
Contributor

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

dependencies {
implementation project(':edge')
implementation 'com.adobe.marketing.mobile:core:2.0.0-SNAPSHOT'
implementation "com.adobe.marketing.mobile:core:${rootProject.mavenCoreVersion}"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be implementation 'com.adobe.marketing.mobile:core:2.+' to match the version used in test apps?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

requires min core 2.0.0 for timeutils, so probably does not need to be on latest version

@emdobrin emdobrin merged commit 98bc4da into adobe:dev-v2.0.0 Jan 31, 2023
@emdobrin emdobrin added the dependencies Pull requests that update a dependency file label Jan 31, 2023
@emdobrin emdobrin deleted the core-dep branch January 31, 2023 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants