Skip to content
This repository was archived by the owner on Mar 16, 2021. It is now read-only.

Update deps and stuff#115

Merged
passsy merged 14 commits into
GCX-HCI:masterfrom
StefMa:feature/update_deps_and_stuff
Sep 27, 2017
Merged

Update deps and stuff#115
passsy merged 14 commits into
GCX-HCI:masterfrom
StefMa:feature/update_deps_and_stuff

Conversation

@StefMa

@StefMa StefMa commented Sep 26, 2017

Copy link
Copy Markdown
Contributor

I've just updated all of our dependencies to the current latest version.

Comment thread .travis.yml Outdated

script:
- ./gradlew build jacocoTestReport assembleAndroidTest connectedCheck
- ./gradlew clean build jacocoTestReport assembleAndroidTest connectedCheck

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.

why clean? It will delete all build artifacts from the before_script assemble step

Comment thread build.gradle Outdated
assertjVersion = '2.5.0'
mockitoVersion = '2.10.0'
assertjVersion = '2.8.0'
atslVersion = '1.0.1'

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.

What does atsl stand for?

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.

android test support library? I suggest supportTestVersion

Comment thread build.gradle
supportLibraryVersion = '26.0.0'
// compositeAndroidVersion should be always the same version as the supportLib version
// Since composite is not up to date we can't use the latest one
compositeAndroidVersion = supportLibraryVersion

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.

good 👍

@StefMa

StefMa commented Sep 27, 2017

Copy link
Copy Markdown
Contributor Author

I found that the travis.yml also includes - build-tools-XX.X.X...
Should we update these as well?
Then I will add a comment to the build-tools build.gradle as well.. Or isn't that needed? 🤔

… a good approche, isn't it? ;)"

This reverts commit bbe0ee6.
@passsy

passsy commented Sep 27, 2017

Copy link
Copy Markdown
Contributor

Yes the same comment should be added to the build tools version

Comment thread build.gradle
BUILD_TOOLS_VERSION = '26.0.1'

supportLibraryVersion = '25.2.0'
supportLibraryVersion = '26.0.0'

@passsy passsy Sep 27, 2017

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.

why not 26.1.0. It includes LifecycleObserver which we could use for #109?

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.

Because of #115 (comment) 🙃

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.

Good point!

@StefMa StefMa mentioned this pull request Sep 27, 2017
@passsy passsy merged commit 85e7b0e into GCX-HCI:master Sep 27, 2017
@passsy passsy mentioned this pull request Oct 12, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Development

Successfully merging this pull request may close these issues.

2 participants