Skip to content
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

Update dependencies to core extensions #94

Merged
merged 2 commits into from
Jan 31, 2023

Conversation

emdobrin
Copy link
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.

@codecov
Copy link

codecov bot commented Jan 31, 2023

Codecov Report

Merging #94 (54ae2fc) into dev-v2.0.0 (8962b6b) will not change coverage.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           dev-v2.0.0      #94   +/-   ##
===========================================
  Coverage       93.36%   93.36%           
===========================================
  Files              12       12           
  Lines             678      678           
  Branches          103      103           
===========================================
  Hits              633      633           
  Misses             16       16           
  Partials           29       29           
Flag Coverage Δ
functional-tests 67.55% <ø> (ø)
unit-tests 93.07% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

transitive = false
}
implementation "com.adobe.marketing.mobile:core:${rootProject.mavenCoreVersion}"
implementation 'com.adobe.marketing.mobile:identity:2.0.0'
Copy link
Contributor

@addb addb Jan 31, 2023

Choose a reason for hiding this comment

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

nit: mavenDirectIdentityVersion=2.0.0

implementation 'com.adobe.marketing.mobile:identity:${rootProject. mavenDirectIdentityVersion}'

Copy link
Contributor Author

Choose a reason for hiding this comment

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

gradle.properties holds prod dependencies to declare min compatible version for current release. For tests/test app we often update to latest version available for quick tests, so I would prefer not lock that in a variable. what do you think?

Copy link
Contributor

Choose a reason for hiding this comment

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

That makes sense. I wanted to see if we would like to test the app and integration tests with the same version. Should we fix to full specific version for tests instead of dynamic one?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

updated all test app dependencies to 2.+ so they work with the snapshot and we don't need to update later for 2.0

@emdobrin emdobrin merged commit df5f55f into adobe:dev-v2.0.0 Jan 31, 2023
@emdobrin emdobrin deleted the core-dependency branch January 31, 2023 06:58
@emdobrin emdobrin added the dependencies Pull requests that update a dependency file label Jan 31, 2023
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