Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
344 contributions in the last year
Activity overview
Contribution activity
November 1, 2020
October 2020
Created a pull request in douglasjunior/android-simple-tooltip that received 1 comment
Switch to AndroidX
I moved everything to AndroidX which will allow people using this library to stop using Jetifier. This bumps the minsdk to 14 since the AndroidX su…
Created an issue in airbnb/epoxy that received 4 comments
Warning: Resource IDs will be non-final in Android Gradle Plugin version 5.0, avoid using them as annotation attributes [NonConstantResourceId]
After upgrading to AGP 4.1, I get a lot of these warnings for the layout IDs passed to @EpoxyModelClass:
Warning: Resource IDs will be non-final in…