Skip to content

Commit

Permalink
Prepare for release 0.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed May 21, 2021
1 parent 8161b1e commit b8b31d4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Changelog
=========

0.9.0
-----

_2021-05-20_

* **New:** Support for Gradle 7.0.
* If you read diagnostic outputs, note that these are now always written to a unique directory per task.
* **New:** Experimental support for AGP 7.0.0 (tested up to beta01).
* **New:** Support for JDK 11 (possibly higher, but we test only JDK 11).
* We no longer ship a copy of ZipFlinger and now just use it directly from AGP.
* AGP 4.1.x is no longer supported.
* It may work, but we no longer test against it. New minimum supported version is AGP 4.2.0.
* Proguard is no longer supported.
* It may work, but we no longer test against it. Only R8 is officially supported now.

0.8.0
-----

Expand Down
2 changes: 1 addition & 1 deletion keeper-gradle-plugin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ POM_NAME=Keeper
POM_ARTIFACT_ID=keeper
POM_PACKAGING=jar
GROUP=com.slack.keeper
VERSION_NAME=0.9.0-SNAPSHOT
VERSION_NAME=0.9.0
POM_DESCRIPTION=A Gradle plugin that infers Proguard/R8 keep rules for androidTest sources.
POM_URL=https://github.com/slackhq/keeper/
POM_SCM_URL=https://github.com/slackhq/keeper/
Expand Down

0 comments on commit b8b31d4

Please sign in to comment.