Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Riccardo Ciovati committed Aug 14, 2020
1 parent 498002b commit f78eaeb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
## 0.3.0
* Depend on Dagger Reflect 0.3.0 ([#30](https://github.com/soundcloud/delect/pull/30))
* Support Gradle Configuration Cache ([#31](https://github.com/soundcloud/delect/pull/31), [#32](https://github.com/soundcloud/delect/pull/32))

## 0.2.0
* Add Dagger Reflect Lint rules if possible. [PR](https://github.com/soundcloud/delect/pull/13) Thanks [winterdroid](https://github.com/winterDroid)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Delect uses the [partial reflection approach](https://github.com/jakewharton/dag
1. Add the plugin to your project's root build.gradle:
```
buildscript {
classpath 'com.soundcloud.delect:delect-plugin:0.2.1'
classpath 'com.soundcloud.delect:delect-plugin:0.3.0'
}
apply plugin: 'com.soundcloud.delect'
```
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = "com.soundcloud.delect"
version = "0.2.1"
version = "0.3.0"

repositories {
google()
Expand Down

0 comments on commit f78eaeb

Please sign in to comment.