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

Migrate to AndroidX #16

Merged
merged 6 commits into from Dec 18, 2018
Merged

Migrate to AndroidX #16

merged 6 commits into from Dec 18, 2018

Conversation

rurimo
Copy link
Contributor

@rurimo rurimo commented Dec 14, 2018

  • upgrade gradle & gradle tool version
  • upgrade comipleSdkVersion(27->28), buildToolsVersion(27.0.3->28.0.3)
  • migrate to androidx
  • refactor gradle dependencies
  • README

@wangyung
Copy link
Collaborator

@rurimo thanks for your PR, may I know if you've signed the ICLA?
Basically LGTM

@rurimo
Copy link
Contributor Author

rurimo commented Dec 17, 2018

I signed just now.
Thank you!

README.md Outdated
allprojects {
repositories {
jcenter()
}
}

dependencies {
compile 'com.linecorp:clayview:0.1.2'
implementation "com.linecorp:clayview:0.1.2"

Choose a reason for hiding this comment

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

is there an extra space?

Suggested change
implementation "com.linecorp:clayview:0.1.2"
implementation "com.linecorp:clayview:0.1.2"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you for your review!
I removed the space.

@wangyung
Copy link
Collaborator

LGTM

@wangyung wangyung merged commit 63cba31 into line:master Dec 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants