Docile-Alligator / Infinity-For-Reddit

A Reddit client for Android
https://play.google.com/store/apps/details?id=ml.docilealligator.infinityforreddit
GNU Affero General Public License v3.0
4.17k stars 404 forks source link

Fix for Java 17 building #1547

Open Jawnnypoo opened 1 year ago

Jawnnypoo commented 1 year ago

This applies a fix for building with Java 17 since Butterknife has issues with it. It also removes jcenter since it is no longer needed.

Jawnnypoo commented 1 year ago

Any thoughts @Docile-Alligator ?

Docile-Alligator commented 11 months ago

Thank you. But I am thinking about migrating buterknife to viewbinding now.

Jawnnypoo commented 11 months ago

I agree with that decision. It doesn't mean any of this would not still be needed, other than the applied .gradle file which you could then remove.