DroidKaigi / conference-app-2018

The Official Conference App for DroidKaigi 2018 Tokyo
Apache License 2.0
1.35k stars 332 forks source link

Update libraries #384

Open shoheikawano opened 6 years ago

shoheikawano commented 6 years ago

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 commented 6 years ago

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

takahirom commented 6 years ago

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

panpanini commented 6 years ago

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 commented 6 years ago

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