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 libraries #384

Open
shoheikawano opened this issue Jan 21, 2018 · 4 comments
Open

Update libraries #384

shoheikawano opened this issue Jan 21, 2018 · 4 comments

Comments

@shoheikawano
Copy link
Contributor

shoheikawano commented Jan 21, 2018

Overview (Required)

Some of the libraries we depend on have updates. Maybe we update them to the latest version unless there are certain issues or bugs that need to be fixed.

Here is a list of libraries that have later versions as of 2018.01.21:

 - com.android.databinding:adapters [1.3.1 -> 3.1.0-alpha08]
 - com.android.databinding:baseLibrary [3.0.1 -> 3.1.0-alpha08]
 - com.android.databinding:compiler [3.0.1 -> 3.1.0-alpha08]
 - com.github.bumptech.glide:compiler [4.4.0 -> 4.5.0]
 - com.crashlytics.sdk.android:crashlytics [2.7.1 -> 2.8.0]
 - com.google.dagger:dagger [2.13 -> 2.14.1]
 - com.google.dagger:dagger-android [2.13 -> 2.14.1]
 - com.google.dagger:dagger-android-processor [2.13 -> 2.14.1]
 - com.google.dagger:dagger-android-support [2.13 -> 2.14.1]
 - com.google.dagger:dagger-compiler [2.13 -> 2.14.1]
 - com.android.support.test.espresso:espresso-core [3.0.1 -> 3.0.2-alpha1]
 - com.google.firebase:firebase-auth [11.6.2 -> 11.8.0]
 - com.google.firebase:firebase-core [11.6.2 -> 11.8.0]
 - com.google.firebase:firebase-firestore [11.6.2 -> 11.8.0]
 - com.github.bumptech.glide:glide [4.4.0 -> 4.5.0]
 - com.xwray:groupie [2.0.2 -> 2.1.0-alpha3]
 - com.xwray:groupie-databinding [2.0.2 -> 2.1.0-alpha3]
 - com.github.shyiko:ktlint [0.14.0 -> 0.15.0]
 - com.android.databinding:library [1.3.1 -> 3.1.0-alpha08]
 - com.github.bumptech.glide:okhttp3-integration [4.4.0 -> 4.5.0]
 - org.jacoco:org.jacoco.agent [0.7.4.201502262128 -> 0.8.0]
 - org.jacoco:org.jacoco.ant [0.7.4.201502262128 -> 0.8.0]
 - com.google.android.gms:play-services-oss-licenses [11.6.2 -> 11.8.0]
 - org.robolectric:robolectric [3.5.1 -> 3.6.1]
 - com.android.support.test:runner [1.0.1 -> 1.0.2-alpha1]
 - android.arch.lifecycle:runtime [1.0.0 -> 1.0.3]
 - org.threeten:threetenbp [1.3.3 -> 1.3.6]

And, here is how I checked those library updates:
2018-01-21 1 16 25

If possible this issue should be open to anyone, and whenever anyone has time, those libraries can be updated after checking that the update does not affect this app negatively.

(I am not sure it is worth updating the library to -alpha version, as it may not be stable or may have breaking API changes or drastic internal changes).

What do you think?

Links

@shoheikawano
Copy link
Contributor Author

If there is no problem, I will update Kotshi as -beta seems gone now. :)

@takahirom
Copy link
Member

I want to firebase lower version for using an emulator.
But I think that it is better to update all other things 👍

@panpanini
Copy link
Contributor

I'll start updating some of these, starting from ones related to testing as they should have lower affect on the app.

I have one question however - should we use alpha/beta versions, or stick to full releases (my opinion is we should not use alpha/beta versions)

@takahirom
Copy link
Member

Since there is not much time until the first release, we agree with it. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants