Skip to content

Commit 8b88fce

Browse files
committed
Prepare for release 2.1.0
1 parent 27f57fd commit 8b88fce

File tree

129 files changed

+13970
-15
lines changed

Some content is hidden

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

129 files changed

+13970
-15
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright 2022-2025 Nicklas Ansman Giertz
190+
Copyright 2022-2025 Nicklas Ansman
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,30 +45,30 @@ dependencies {
4545
// Set up your dagger dependencies and compiler
4646
4747
// Include this in kotlin or android modules
48-
implementation("se.ansman.dagger.auto:core:2.0.0")
49-
ksp("se.ansman.dagger.auto:compiler:2.0.0")
48+
implementation("se.ansman.dagger.auto:core:2.1.0")
49+
ksp("se.ansman.dagger.auto:compiler:2.1.0")
5050
5151
5252
// Include this in your app module
53-
implementation("se.ansman.dagger.auto:android:2.0.0")
53+
implementation("se.ansman.dagger.auto:android:2.1.0")
5454
// Or this in your library module
55-
implementation("se.ansman.dagger.auto:android-api:2.0.0")
55+
implementation("se.ansman.dagger.auto:android-api:2.1.0")
5656
5757
// Add these if you want to replace objects during tests
58-
testImplementation("se.ansman.dagger.auto:android-testing:2.0.0")
59-
kspTest("se.ansman.dagger.auto:compiler:2.0.0")
58+
testImplementation("se.ansman.dagger.auto:android-testing:2.1.0")
59+
kspTest("se.ansman.dagger.auto:compiler:2.1.0")
6060
6161
// If you want to provide Retrofit services add the Retrofit dependency
62-
implementation("se.ansman.dagger.auto:retrofit:2.0.0")
62+
implementation("se.ansman.dagger.auto:retrofit:2.1.0")
6363
6464
// If you want to provide Ktorfit services add the Retrofit dependency
65-
implementation("se.ansman.dagger.auto:ktorfit:2.0.0")
65+
implementation("se.ansman.dagger.auto:ktorfit:2.1.0")
6666
6767
// If you want to inject a CoroutineScope into ViewModels add the ViewModel dependency
68-
implementation("se.ansman.dagger.auto:androidx-viewmodel:2.0.0")
68+
implementation("se.ansman.dagger.auto:androidx-viewmodel:2.1.0")
6969
7070
// If you want to automatically provide your Room DAOs add the Room dependency
71-
implementation("se.ansman.dagger.auto:androidx-room:2.0.0")
71+
implementation("se.ansman.dagger.auto:androidx-room:2.1.0")
7272
}
7373
```
7474

@@ -77,7 +77,7 @@ License
7777
This project is licensed under the Apache-2.0 license. See [LICENSE.txt](LICENSE.txt) for the full license.
7878
```plain
7979
80-
Copyright 2022-2025 Nicklas Ansman Giertz
80+
Copyright 2022-2025 Nicklas Ansman
8181
8282
Licensed under the Apache License, Version 2.0 (the "License");
8383
you may not use this file except in compliance with the License.

build-logic/src/main/kotlin/dokka-common.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
import com.google.devtools.ksp.gradle.KspAATask
33
import org.gradle.accessors.dm.LibrariesForLibs
4+
import org.jetbrains.dokka.DokkaDefaults.reportUndocumented
5+
import org.jetbrains.dokka.DokkaDefaults.suppressGeneratedFiles
46
import org.jetbrains.dokka.gradle.tasks.DokkaGenerateTask
57
import se.ansman.dagger.auto.gradle.execWithOutput
68

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ ksp.useKSP2=true
1313

1414
android.useAndroidX=true
1515

16-
version=2.0.1
17-
latestRelease=2.0.1
16+
version=2.1.0
17+
latestRelease=2.1.0

src/doc/docs/about/license.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# License
22
```plain
33
4-
Copyright 2022-2023 Nicklas Ansman Giertz
4+
Copyright 2022-2023 Nicklas Ansman
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

src/doc/dokka/2.1.0/android/api/index.html

Lines changed: 150 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)