-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Switch to AndroidX #3089
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
Switch to AndroidX #3089
Conversation
|
Well... drone raises 83 compile errors so at least the build fails in CI |
|
Seems to come from butterknife, so we have to wait a bit for a new release there. I tried to use latest master branch via jitpack, but this fails due to annotationProcessor. |
6f9b0c8 to
0dda160
Compare
|
With Butterknife 9.0.0 SNAPSHOT it is compiling, but we should wait for a stable release! |
|
Butterknife reached RC1 status, so we are getting there :) https://github.com/JakeWharton/butterknife/releases/tag/9.0.0-rc1 |
c4cff51 to
b1cfa45
Compare
87d7632 to
bdbc791
Compare
b0d4ccb to
e53cdd2
Compare
e53cdd2 to
15b45da
Compare
15b45da to
125c4c6
Compare
|
https://github.com/JakeWharton/butterknife/releases/tag/9.0.0-rc2 has been released, so we are getting there, slow and steady :P |
125c4c6 to
155d845
Compare
1b17a49 to
570c261
Compare
570c261 to
f403a43
Compare
925383c to
5a87dac
Compare
|
@AndyScherzinger I would go with RC2. I'll update this one. |
5a87dac to
3ecaac1
Compare
03931c3 to
7a2e235
Compare
|
Removed pending codacy warnings and rebased. |
|
@tobiasKaminsky sure fine with me. Do you have the time to fix the 2 lint errors? Then I'd say we are fine with merging it afterwards :) |
|
i fixed them, but we have to rebase once #3324 is merged. |
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
0be5d9c to
59cf6b9
Compare
|
Rebased again after #3324 was merged. |
I will have a look. |
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Lint
FindBugs (new)
FindBugs (master)
|
|
@AndyScherzinger currently we do not use UI automator, so I disabled it for now :hide: |
This was done automatically by AndroidStudio and "should" only be a replace of imports and names.
Signed-off-by: tobiasKaminsky tobias@kaminsky.me