Skip to content

Commit 7daf8e8

Browse files
committed
Prepare for release 1.2.1
1 parent 23199d8 commit 7daf8e8

File tree

116 files changed

+10691
-14
lines changed

Some content is hidden

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

116 files changed

+10691
-14
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,34 +45,34 @@ 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:1.2.0")
49-
kapt("se.ansman.dagger.auto:compiler:1.2.0")
48+
implementation("se.ansman.dagger.auto:core:1.2.1")
49+
kapt("se.ansman.dagger.auto:compiler:1.2.1")
5050
// If you're using KSP
51-
ksp("se.ansman.dagger.auto:compiler:1.2.0")
51+
ksp("se.ansman.dagger.auto:compiler:1.2.1")
5252
5353
5454
// Include this in your app module
55-
implementation("se.ansman.dagger.auto:android:1.2.0")
55+
implementation("se.ansman.dagger.auto:android:1.2.1")
5656
// Or this in your library module
57-
implementation("se.ansman.dagger.auto:android-api:1.2.0")
57+
implementation("se.ansman.dagger.auto:android-api:1.2.1")
5858
5959
// Add these if you want to replace objects during tests
60-
testImplementation("se.ansman.dagger.auto:android-testing:1.2.0")
61-
kaptTest("se.ansman.dagger.auto:compiler:1.2.0")
60+
testImplementation("se.ansman.dagger.auto:android-testing:1.2.1")
61+
kaptTest("se.ansman.dagger.auto:compiler:1.2.1")
6262
// If you're using KSP
63-
kspTest("se.ansman.dagger.auto:compiler:1.2.0")
63+
kspTest("se.ansman.dagger.auto:compiler:1.2.1")
6464
6565
// If you want to provide Retrofit services add the Retrofit dependency
66-
implementation("se.ansman.dagger.auto:retrofit:1.2.0")
66+
implementation("se.ansman.dagger.auto:retrofit:1.2.1")
6767
6868
// If you want to provide Ktorfit services add the Retrofit dependency
69-
implementation("se.ansman.dagger.auto:ktorfit:1.2.0")
69+
implementation("se.ansman.dagger.auto:ktorfit:1.2.1")
7070
7171
// If you want to inject a CoroutineScope into ViewModels add the ViewModel dependency
72-
implementation("se.ansman.dagger.auto:androidx-viewmodel:1.2.0")
72+
implementation("se.ansman.dagger.auto:androidx-viewmodel:1.2.1")
7373
7474
// If you want to automatically provide your Room DAOs add the Room dependency
75-
implementation("se.ansman.dagger.auto:androidx-room:1.2.0")
75+
implementation("se.ansman.dagger.auto:androidx-room:1.2.1")
7676
}
7777
```
7878

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=1.3.0-SNAPSHOT
15-
latestRelease=1.2.0
14+
version=1.2.1
15+
latestRelease=1.2.1

src/doc/dokka/1.2.1/android/api/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)