Closed matteatsleftovers closed 5 years ago
I'm getting the build error described here: https://stackoverflow.com/questions/55214993/error-no-signature-of-method-com-crashlytics-tools-gradle-crashlyticsplugin-fi
Did you run into this at all?
I'm getting the build error described here: https://stackoverflow.com/questions/55214993/error-no-signature-of-method-com-crashlytics-tools-gradle-crashlyticsplugin-fi
Did you run into this at all?
Oh dear! I did not run into that, but I haven't built the app in a week. π Let me investigate and push any needed changes.
@rstockbridge, I add the simplest possible error handling for sponsors with no image and no link in the latest commit. Picasso, surprisingly, prefers null
to empty strings for empty images!
GIF attached showing more graceful sponsor handling. Re-requesting your review. π
Strange about null vs empty string! Change looks great, thanks for the fix!
What does this PR doβ
This PR updates the dependencies and libraries of the self.conference Android app to be compatible with 2019 tooling. In particular, the following are library upgrades that were recommended by the library developers:
Before the changes made in this PR, I could not build the project in the latest Android Studio. The first commit (19e4085) in this PR fixes that. This PR addresses Android Studio/build tools incompatibility, deprecation warnings, and a few other minor warnings. The app now has minimum SDK 21 (Lollipop) to take advantage of the newest tools and dependencies. Very likely that self.conference attendees with Android phones will be on Lollipop or later.
Finally, this PR updates the conference dates to those of self.conference 2019, allowing users to actually see the sessions for June 7 and June 8!
How to test it π¬
Any background info you would like to include β
Hi! π This is my first PR to the selfconf-android project. My name's Matt, an Android/Java developer at Detroit Labs. Macklin and Amber set up this project really nicely, and I just wanted to get it into ship shape for 2019. π’
Screenshots (if applicable) π·
Acknowledgements
Special thanks to @BritneyS for the PR template!