Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Migrate to AndroidX (and relevant updates)#72

Closed
mkano9 wants to merge 2 commits intofacebookarchive:masterfrom
mkano9:androidx
Closed

Migrate to AndroidX (and relevant updates)#72
mkano9 wants to merge 2 commits intofacebookarchive:masterfrom
mkano9:androidx

Conversation

@mkano9
Copy link
Copy Markdown
Contributor

@mkano9 mkano9 commented Dec 9, 2018

  • AndroidX migration
  • Updated targetsdk/compilesdk to 28
  • Updated gradle wrapper
  • Updated kotlin to 1.3.10

@facebook-github-bot
Copy link
Copy Markdown

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need the corporate CLA signed.

If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks!

@facebook-github-bot
Copy link
Copy Markdown

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

@mkano9
Copy link
Copy Markdown
Contributor Author

mkano9 commented Dec 9, 2018

I'm not familiar with buck, but it seems the buck set up is no longer functional, so I didn't update the buck files.

I also read this description. 59cd5ef

Copy link
Copy Markdown
Contributor

@xiphirx xiphirx left a comment

Choose a reason for hiding this comment

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

Thanks for doing this. I'm unsure if I can merge this in just yet, since some internal dependencies likely wont work with AndroidX, but should soon.

@@ -1,251 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Please don't delete the code style settings.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Ops, not intentional. I will revert this.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Reverted this. My IDE was automatically removing it.

kotlin : '1.2.41',
supportLibrary: '27.0.2',
buildTools : '28.0.3',
kotlin : '1.3.10',
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Changes to unrelated versions should be split out into a separate pull request.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Kotlin 1.2.41 was not compiling, so I had to update beyond the current version.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Buchanan

zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-all.zip
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Changes like this should be split out into a separate pull request.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I don't remember if it was necessary to update this. I will double-check.

zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-bin.zip
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

4.5.1 fails to compile with error message saying that 4.6 is minimum required. I updated to the latest pre-5 since 5.x doesn't work yet.

@mkano9
Copy link
Copy Markdown
Contributor Author

mkano9 commented Jan 5, 2019

Hi @xiphirx, it's ready for review. I pushed another commit.

Copy link
Copy Markdown

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

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

@xiphirx has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Copy Markdown

@xiphirx merged this pull request in cd1148d.

PoppyProses added a commit to PoppyProses/PoppyProses that referenced this pull request Aug 20, 2025
Summary:
- AndroidX migration
- Updated targetsdk/compilesdk to 28
- Updated gradle wrapper
- Updated kotlin to 1.3.10
Pull Request resolved: facebookarchive/shimmer-android#72

Reviewed By: sjkirby

Differential Revision: D15968792

Pulled By: xiphirx

fbshipit-source-id: 72790ef3b287e01b38af1d22066f74a7fa82a4f6
FelixiReed added a commit to FelixiReed/monoap that referenced this pull request Sep 17, 2025
Summary:
- AndroidX migration
- Updated targetsdk/compilesdk to 28
- Updated gradle wrapper
- Updated kotlin to 1.3.10
Pull Request resolved: facebookarchive/shimmer-android#72

Reviewed By: sjkirby

Differential Revision: D15968792

Pulled By: xiphirx

fbshipit-source-id: 72790ef3b287e01b38af1d22066f74a7fa82a4f6
overbomigu added a commit to overbomigu/imgur that referenced this pull request Nov 22, 2025
Summary:
- AndroidX migration
- Updated targetsdk/compilesdk to 28
- Updated gradle wrapper
- Updated kotlin to 1.3.10
Pull Request resolved: facebookarchive/shimmer-android#72

Reviewed By: sjkirby

Differential Revision: D15968792

Pulled By: xiphirx

fbshipit-source-id: 72790ef3b287e01b38af1d22066f74a7fa82a4f6
AstarLighte added a commit to AstarLighte/mixdown that referenced this pull request Dec 16, 2025
Summary:
- AndroidX migration
- Updated targetsdk/compilesdk to 28
- Updated gradle wrapper
- Updated kotlin to 1.3.10
Pull Request resolved: facebookarchive/shimmer-android#72

Reviewed By: sjkirby

Differential Revision: D15968792

Pulled By: xiphirx

fbshipit-source-id: 72790ef3b287e01b38af1d22066f74a7fa82a4f6
edsoftsae added a commit to edsoftsae/edsoftsae that referenced this pull request Jan 4, 2026
Summary:
- AndroidX migration
- Updated targetsdk/compilesdk to 28
- Updated gradle wrapper
- Updated kotlin to 1.3.10
Pull Request resolved: facebookarchive/shimmer-android#72

Reviewed By: sjkirby

Differential Revision: D15968792

Pulled By: xiphirx

fbshipit-source-id: 72790ef3b287e01b38af1d22066f74a7fa82a4f6
owpdoeir added a commit to owpdoeir/mmap_ringbuffer that referenced this pull request Mar 27, 2026
Summary:
- AndroidX migration
- Updated targetsdk/compilesdk to 28
- Updated gradle wrapper
- Updated kotlin to 1.3.10
Pull Request resolved: facebookarchive/shimmer-android#72

Reviewed By: sjkirby

Differential Revision: D15968792

Pulled By: xiphirx

fbshipit-source-id: 72790ef3b287e01b38af1d22066f74a7fa82a4f6
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants