From be090504b7158a8be97a1cf9d54f981f72264209 Mon Sep 17 00:00:00 2001 From: Jake Wharton Date: Tue, 12 Jul 2022 11:23:33 -0400 Subject: [PATCH] Prepare veresion 1.5.0 --- CHANGELOG.md | 11 +++++++++++ README.md | 4 ++-- gradle.properties | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8af2feef..5bdef562 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## [Unreleased] +## [1.5.0] - 2022-07-12 + +**Changed** + +- Upgrade AGP dependency to 7.2 which requires JDK 11 to run. + +**Fixed** + +- Include Gradle variant attributes when resolving POMs. This should fix issues with Kotlin JS and Kotlin multiplatform artifacts. + + ## [1.4.1] - 2022-06-03 **Fixed** diff --git a/README.md b/README.md index a01eea0a..4dd9dc48 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ buildscript { mavenCental() } dependencies { - classpath 'app.cash.licensee:licensee-gradle-plugin:1.4.1' + classpath 'app.cash.licensee:licensee-gradle-plugin:1.5.0' } } @@ -86,7 +86,7 @@ buildscript { } } dependencies { - classpath 'app.cash.licensee:licensee-gradle-plugin:1.5.0-SNAPSHOT' + classpath 'app.cash.licensee:licensee-gradle-plugin:1.6.0-SNAPSHOT' } } diff --git a/gradle.properties b/gradle.properties index f8245db0..7d5ebec4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ GROUP=app.cash.licensee # HEY! If you change the major version here be sure to update release.yaml doc target folder! -VERSION_NAME=1.5.0-SNAPSHOT +VERSION_NAME=1.5.0 POM_ARTIFACT_ID=licensee-gradle-plugin POM_NAME=Licensee Gradle plugin