Skip to content

Commit 0a9d4ef

Browse files
committed
Prepare for release 0.11.0
1 parent 99620c1 commit 0a9d4ef

File tree

110 files changed

+9999
-18
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+9999
-18
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -43,31 +43,31 @@ For detailed instructions see the [getting-started](https://auto-dagger.ansman.s
4343
```groovy
4444
dependencies {
4545
// Set up your dagger dependencies and compiler
46-
46+
4747
// Include this in kotlin or android modules
48-
implementation("se.ansman.dagger.auto:core:0.10.0")
49-
kapt("se.ansman.dagger.auto:compiler:0.10.0")
48+
implementation("se.ansman.dagger.auto:core:0.11.0")
49+
kapt("se.ansman.dagger.auto:compiler:0.11.0")
5050
// If you're using KSP
51-
ksp("se.ansman.dagger.auto:compiler:0.10.0")
52-
51+
ksp("se.ansman.dagger.auto:compiler:0.11.0")
52+
5353
5454
// Include this only in android modules
55-
implementation("se.ansman.dagger.auto:android:0.10.0")
56-
55+
implementation("se.ansman.dagger.auto:android:0.11.0")
56+
5757
// Add these if you want to replace objects during tests
58-
testImplementation("se.ansman.dagger.auto:android-testing:0.10.0")
59-
kaptTest("se.ansman.dagger.auto:compiler:0.10.0")
58+
testImplementation("se.ansman.dagger.auto:android-testing:0.11.0")
59+
kaptTest("se.ansman.dagger.auto:compiler:0.11.0")
6060
// If you're using KSP
61-
kspTest("se.ansman.dagger.auto:compiler:0.10.0")
62-
61+
kspTest("se.ansman.dagger.auto:compiler:0.11.0")
62+
6363
// If you want to provide Retrofit services add the Retrofit dependency
64-
implementation("se.ansman.dagger.auto:retrofit:0.10.0")
65-
64+
implementation("se.ansman.dagger.auto:retrofit:0.11.0")
65+
6666
// If you want to inject a CoroutineScope into ViewModels add the ViewModel dependency
67-
implementation("se.ansman.dagger.auto:androidx-viewmodel:0.10.0")
68-
67+
implementation("se.ansman.dagger.auto:androidx-viewmodel:0.11.0")
68+
6969
// If you want to automatically provide your Room DAOs add the Room dependency
70-
implementation("se.ansman.dagger.auto:androidx-room:0.10.0")
70+
implementation("se.ansman.dagger.auto:androidx-room:0.11.0")
7171
}
7272
```
7373

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ kapt.include.compile.classpath=false
1111

1212
android.useAndroidX=true
1313

14-
version=0.11.0-SNAPSHOT
15-
latestRelease=0.10.0
14+
version=0.11.0
15+
latestRelease=0.11.0

src/doc/dokka/0.11.0/android/index.html

Lines changed: 96 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)