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 LLP, ConstraintLayout #1172

Merged
merged 1 commit into from
Aug 3, 2018
Merged

Conversation

danesfeder
Copy link
Contributor

Updates some stale dependencies for the UI library.

Copy link
Contributor

@Guardiola31337 Guardiola31337 left a comment

Choose a reason for hiding this comment

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

The following dependencies have later release versions:
 - com.android.support.test.espresso:espresso-core [3.0.1 -> 3.0.2]
     https://developer.android.com/testing
 - com.android.tools.lint:lint-gradle [26.1.2 -> 26.1.3]
     http://tools.android.com
 - com.google.auto.value:auto-value [1.5 -> 1.6.2]
     https://github.com/google/auto
 - org.jacoco:org.jacoco.ant [0.7.9 -> 0.8.1]
     http://jacoco.org
 - org.mockito:mockito-core [2.18.3 -> 2.21.0]
     https://github.com/mockito/mockito

Didn't include LeakCanary because it's tracked in #1181

@danesfeder
Copy link
Contributor Author

@Guardiola31337 I don't see our versions for jacoco.ant or lint-gradle in dependencies.gradle - any ideas? Updated otherwise

@danesfeder danesfeder force-pushed the dan-dependencies-bump branch 5 times, most recently from 6814444 to 09ec716 Compare August 3, 2018 15:54
@Guardiola31337
Copy link
Contributor

For now we can bump auto-value to 1.5.4 because starting Auto Value 1.6 there are some breaking changes that'd need extra work (the annotations are in a different artifact) 👀

@AutoValue, @AutoAnnotation, @AutoOneOf, and @Memoized are now in a separate artifact, auto-value-annotations. This allows users to specify the annotations in compile scope and the processor in an annotation processing scope, without leaking the processor to a release binary. To upgrade to this version of auto-value, you'll need to add this new artifact as a dependency. (0c488d7)

Further instructions in https://github.com/google/auto/blob/master/value/userguide/index.md#in-pomxml

Note: If you are using a version of Gradle prior to 4.6, you must apply an annotation processing plugin as described in these instructions.

@Guardiola31337
Copy link
Contributor

@danesfeder

I don't see our versions for jacoco.ant or lint-gradle in dependencies.gradle - any ideas?

If we don't explicitly define those, don’t worry. Should be some transitive dependencies that brought in somehow. jacoco is 0.8.1 though 🤔

Copy link
Contributor

@Guardiola31337 Guardiola31337 left a comment

Choose a reason for hiding this comment

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

:shipit:

@danesfeder danesfeder force-pushed the dan-dependencies-bump branch from 09ec716 to 0162e6f Compare August 3, 2018 17:21
@danesfeder danesfeder merged commit d8dbb39 into master Aug 3, 2018
@danesfeder danesfeder deleted the dan-dependencies-bump branch August 3, 2018 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants