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

Update deps and stuff #115

Merged
merged 14 commits into from
Sep 27, 2017
Merged

Conversation

StefMa
Copy link
Contributor

@StefMa StefMa commented Sep 26, 2017

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

.travis.yml Outdated
@@ -43,7 +43,7 @@ before_script:
- adb shell input keyevent 82 &

script:
- ./gradlew build jacocoTestReport assembleAndroidTest connectedCheck
- ./gradlew clean build jacocoTestReport assembleAndroidTest connectedCheck
Copy link
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

build.gradle Outdated
assertjVersion = '2.5.0'
mockitoVersion = '2.10.0'
assertjVersion = '2.8.0'
atslVersion = '1.0.1'
Copy link
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
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

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
Contributor

Choose a reason for hiding this comment

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

good 👍

@StefMa
Copy link
Contributor Author

StefMa commented Sep 27, 2017

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
Copy link
Contributor

passsy commented Sep 27, 2017

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

build.gradle Outdated

supportLibraryVersion = '25.2.0'
supportLibraryVersion = '26.0.0'
Copy link
Contributor

@passsy passsy Sep 27, 2017

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
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
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