Skip to content

Commit

Permalink
Prepare veresion 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Jul 12, 2022
1 parent e8d5ca8 commit be09050
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
Expand All @@ -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'
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit be09050

Please sign in to comment.