Skip to content

Commit

Permalink
Prepare for release 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ansman committed Jul 12, 2023
1 parent 825ecab commit 4011f36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ Setup
```groovy
dependencies {
// Include this in kotlin or android modules
implementation("se.ansman.dagger.auto:core:0.6.3")
kapt("se.ansman.dagger.auto:compiler:0.6.3")
implementation("se.ansman.dagger.auto:core:0.6.4")
kapt("se.ansman.dagger.auto:compiler:0.6.4")
// Include this only in android modules
implementation("se.ansman.dagger.auto:android:0.6.3")
implementation("se.ansman.dagger.auto:android:0.6.4")
// Add these if you want to replace objects during tests
testImplementation("se.ansman.dagger.auto:android-testing:0.6.3")
kaptTest("se.ansman.dagger.auto:compiler:0.6.3")
testImplementation("se.ansman.dagger.auto:android-testing:0.6.4")
kaptTest("se.ansman.dagger.auto:compiler:0.6.4")
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ kapt.include.compile.classpath=false

android.useAndroidX=true

version=0.7.0-SNAPSHOT
latestRelease=0.6.3
version=0.6.4
latestRelease=0.6.4

0 comments on commit 4011f36

Please sign in to comment.