-
Notifications
You must be signed in to change notification settings - Fork 14
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
Conversation
Codecov Report
@@ 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
Flags with carried forward coverage won't be shown. Click here to find out more. |
code/app/build.gradle
Outdated
transitive = false | ||
} | ||
implementation "com.adobe.marketing.mobile:core:${rootProject.mavenCoreVersion}" | ||
implementation 'com.adobe.marketing.mobile:identity:2.0.0' |
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: mavenDirectIdentityVersion=2.0.0
implementation 'com.adobe.marketing.mobile:identity:${rootProject. mavenDirectIdentityVersion}'
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.
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?
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.
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?
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.
updated all test app dependencies to 2.+ so they work with the snapshot and we don't need to update later for 2.0
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: