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

Update Gradle, AGP, Kotlin and KotlinPoet #625

Merged
merged 1 commit into from
Jun 12, 2019

Conversation

technoir42
Copy link
Contributor

Bumping some versions before incremental apt. We'll need KotlinPoet 1.3.0 for sure which requires the most of these changes.
I decided not to update Gradle to 5.x for now because it might break artifact uploads.

Copy link
Contributor

@mannodermaus mannodermaus left a comment

Choose a reason for hiding this comment

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

LGTM, thanks! I agree with the hold-off on Gradle 5 for now, we should vet the deployment pipeline first. @hotchemi-san, what do you think?

@mannodermaus mannodermaus requested a review from hotchemi June 12, 2019 10:50
Copy link
Member

@hotchemi hotchemi left a comment

Choose a reason for hiding this comment

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

Thank you!

@@ -4,7 +4,6 @@ apply plugin: 'kotlin-kapt'

android {
compileSdkVersion COMPILE_SDK_VERSION
buildToolsVersion BUILD_TOOLS_VERSION
Copy link
Member

Choose a reason for hiding this comment

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

Don't we need it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Setting buildToolsVersion has been optional since 3.0.0. I removed it so we don't have to update it manually anymore.
I can revert this if you prefer to set buildToolsVersion explicitly.

Copy link
Member

Choose a reason for hiding this comment

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

OK! I'm fine for the change.

@hotchemi hotchemi merged commit 9f277cd into permissions-dispatcher:master Jun 12, 2019
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.

3 participants