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

Android Gradle Plugin 3.2.0 + Gradle 4.9 / Android 28 #12

Merged
merged 10 commits into from
Oct 6, 2018
Merged

Conversation

TWiStErRob
Copy link
Owner

@TWiStErRob TWiStErRob commented Oct 6, 2018

  • 4.7 val prop by project -> val prop: String by project
    (4.6 doesn't work with val prop: String by project)
  • 4.7 made Checkstyle.getConfigProperties nullable
  • 4.7 made Pmd.getClasspath nullable
  • 4.7 deprecation warning:

    The following annotation processors were detected on the compile classpath: 'com.google.auto.value....'.

  • 4.8 "Please use kotlin-stdlib-jdk7 instead", probably because of newer bundled Kotlin
  • 4.8 deprecation warning:

    As part of making the publishing plugins stable, the 'deferred configurable' behavior of
    the 'publishing {}' block is now deprecated

  • 4.10.2 is GA, but has many breaking changes (e.g. kotlin-dsl and lazy task configuration)

@TWiStErRob TWiStErRob changed the title Android Gradle Plugin 3.2.0 + Gradle 4.9 Android Gradle Plugin 3.2.0 + Gradle 4.9 / Android 28 Oct 6, 2018
@TWiStErRob TWiStErRob merged commit b896a48 into master Oct 6, 2018
@TWiStErRob TWiStErRob deleted the agp320 branch October 6, 2018 01:05
@TWiStErRob TWiStErRob added this to the v0.7 milestone Oct 8, 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

1 participant