Skip to content
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

[kiel] Drop Jetifier #68

Merged
merged 4 commits into from Aug 29, 2020
Merged

[kiel] Drop Jetifier #68

merged 4 commits into from Aug 29, 2020

Conversation

raquezha
Copy link
Contributor

Removed android.enableJetifier in settings.gradle also fixed import conflicts

This PR is related to #67

com.android.support:support-compat is conflicting with androidx.core:core-ktx and the culprit is "com.github.florent37:glidepalette"
implementation "com.github.bumptech.glide:glide:$versions.glideVersion"
implementation "com.github.florent37:glidepalette:$versions.glidePaletteVersion"
implementation ("com.github.bumptech.glide:glide:$versions.glideVersion")
implementation ("com.github.florent37:glidepalette:$versions.glidePaletteVersion"){
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We may completely delete this left over dependency and its version.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure! I didn't remove it because I thought you're using it

@ibrahimyilmaz
Copy link
Owner

ibrahimyilmaz commented Aug 29, 2020

Could you also add a comment about dropping Jetifier to ChangeLog.MD please?
e.g.:

### Development
- Your comment
### Tahat(1.2.1)

@raquezha
Copy link
Contributor Author

raquezha commented Aug 29, 2020

Sure! I'll just push it in this branch. wait

wait what's Tahat(1.2.1) ?

Update: Sorry I get it now lol

@ibrahimyilmaz ibrahimyilmaz added enhancement New feature or request kiel labels Aug 29, 2020
@ibrahimyilmaz ibrahimyilmaz linked an issue Aug 29, 2020 that may be closed by this pull request
@raquezha
Copy link
Contributor Author

@ibrahimyilmaz Done updating CHANGELOG.md

@ibrahimyilmaz
Copy link
Owner

  • If we remove this line gw check works very fine in pipelines.
implementation ("com.github.florent37:glidepalette:$versions.glidePaletteVersion")
  • It is not that important but if you remove empty line in ChangeLog in 11, this will also be very good.

We can merge this directly =)

@ibrahimyilmaz ibrahimyilmaz changed the title Drop Jetifier [kiel] Drop Jetifier Aug 29, 2020
@raquezha
Copy link
Contributor Author

Sure I'll remove it

@ibrahimyilmaz ibrahimyilmaz merged commit ab2d0f5 into ibrahimyilmaz:develop Aug 29, 2020
@ibrahimyilmaz
Copy link
Owner

We have done it! Thank you for your effort and contribution✌️.

@raquezha raquezha deleted the drop-jetifier branch August 29, 2020 22:01
@raquezha
Copy link
Contributor Author

Nice! Thanks also!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request kiel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[kiel] Drop Jetifier
2 participants