Fix #1987: Fixes a bug in version 2.28.2 that occurs when a transitive dependency installs something into ApplicationComponent and depends on a version of Hilt less than 2.28.2. (667a8e25)
Dagger 2.28.2
What’s new
Hilt
The Hilt class dagger.hilt.android.components.ApplicationComponent is being renamed to dagger.hilt.components.SingletonComponent. This release adds the new SingletonComponent class in preparation for this change without removing the existing ApplicationComponent. This rename is part of a plan to address google/dagger#1908 to allow usage of Hilt in non-Android Gradle modules when installing into the SingletonComponent. Current users can begin switching to the new SingletonComponent name as of this release. A future release will remove ApplicationComponent.
Fix #1909: Update Dagger's JavaPoet dependency to 1.13.0 containing fixes for Dagger & Hilt related to generating code with overriding methods without annotations. (c5de4ab0)
Fix #1955: Fixes issue with bytecode transformation in Gradle plugin to allow @AndroidEntryPoint annotations to be used with abstract classes containing abstract methods. (884fee53)
Fix #1947: Fixes issue with Hilt base classes that extend other Hilt base classes. (61c5c433)
Fix #1917: Fixes Hilt example app for Gradle users on mac. (5b3a9661)
Dagger 2.28.1
What's New
New Bazel helper macros for using Dagger. See the updated README for instructions. There are also examples using these macros for Dagger and Hilt (9494f40f).
Bug fixes
Hilt
Throws an error when @AndroidEntryPoint base classes use default params in Kotlin. This is a temporary stopgap while support is investigated (2d433491).
Fixes #1864: Add minSdkVersion to Lint AndroidManifest.xml. This fixes problems of incorrect added permissions to the manifest (85f285c2).
Dagger 2.28
What's New
Hilt Alpha Release
Hilt is a new library that layers on top of Dagger and provides a standard way to incorporate Dagger into an Android application. For more information, see https://dagger.dev/hilt.
Lint checks in Dagger for Kotlin (2597f5a6)
Dagger now includes Lint checks for Kotlin users. The checks cover the following cases:
Using a redundant field: site target in injected properties
Using a redundant @JvmStatic in object modules.
Annotating companion objects with @Module (@Module should just be on the enclosing class)
These checks are included by default for users of dagger-android and hilt-android. For Kotlin only projects the checks are available in a new artifact, com.google.dagger:dagger-lint:<version> and can be applied via the lintChecks configuration in Gradle:
Fix #1987: Fixes a bug in version 2.28.2 that occurs when a transitive dependency installs something into ApplicationComponent and depends on a version of Hilt less than 2.28.2. (667a8e25)
Dagger 2.28.2
What’s new
Hilt
The Hilt class dagger.hilt.android.components.ApplicationComponent is being renamed to dagger.hilt.components.SingletonComponent. This release adds the new SingletonComponent class in preparation for this change without removing the existing ApplicationComponent. This rename is part of a plan to address google/dagger#1908 to allow usage of Hilt in non-Android Gradle modules when installing into the SingletonComponent. Current users can begin switching to the new SingletonComponent name as of this release. A future release will remove ApplicationComponent.
Fix #1909: Update Dagger's JavaPoet dependency to 1.13.0 containing fixes for Dagger & Hilt related to generating code with overriding methods without annotations. (c5de4ab0)
Fix #1955: Fixes issue with bytecode transformation in Gradle plugin to allow @AndroidEntryPoint annotations to be used with abstract classes containing abstract methods. (884fee53)
Fix #1947: Fixes issue with Hilt base classes that extend other Hilt base classes. (61c5c433)
Fix #1917: Fixes Hilt example app for Gradle users on mac. (5b3a9661)
Dagger 2.28.1
What's New
New Bazel helper macros for using Dagger. See the updated README for instructions. There are also examples using these macros for Dagger and Hilt (9494f40f).
Bug fixes
Hilt
Throws an error when @AndroidEntryPoint base classes use default params in Kotlin. This is a temporary stopgap while support is investigated (2d433491).
Fixes #1864: Add minSdkVersion to Lint AndroidManifest.xml. This fixes problems of incorrect added permissions to the manifest (85f285c2).
Dagger 2.28
What's New
Hilt Alpha Release
Hilt is a new library that layers on top of Dagger and provides a standard way to incorporate Dagger into an Android application. For more information, see https://dagger.dev/hilt.
Lint checks in Dagger for Kotlin (2597f5a6)
Dagger now includes Lint checks for Kotlin users. The checks cover the following cases:
Using a redundant field: site target in injected properties
Using a redundant @JvmStatic in object modules.
Annotating companion objects with @Module (@Module should just be on the enclosing class)
These checks are included by default for users of dagger-android and hilt-android. For Kotlin only projects the checks are available in a new artifact, com.google.dagger:dagger-lint:<version> and can be applied via the lintChecks configuration in Gradle:
Fix #1987: Fixes a bug in version 2.28.2 that occurs when a transitive dependency installs something into ApplicationComponent and depends on a version of Hilt less than 2.28.2. (667a8e25)
Dagger 2.28.2
What’s new
Hilt
The Hilt class dagger.hilt.android.components.ApplicationComponent is being renamed to dagger.hilt.components.SingletonComponent. This release adds the new SingletonComponent class in preparation for this change without removing the existing ApplicationComponent. This rename is part of a plan to address google/dagger#1908 to allow usage of Hilt in non-Android Gradle modules when installing into the SingletonComponent. Current users can begin switching to the new SingletonComponent name as of this release. A future release will remove ApplicationComponent.
Fix #1909: Update Dagger's JavaPoet dependency to 1.13.0 containing fixes for Dagger & Hilt related to generating code with overriding methods without annotations. (c5de4ab0)
Fix #1955: Fixes issue with bytecode transformation in Gradle plugin to allow @AndroidEntryPoint annotations to be used with abstract classes containing abstract methods. (884fee53)
Fix #1947: Fixes issue with Hilt base classes that extend other Hilt base classes. (61c5c433)
Fix #1917: Fixes Hilt example app for Gradle users on mac. (5b3a9661)
Dagger 2.28.1
What's New
New Bazel helper macros for using Dagger. See the updated README for instructions. There are also examples using these macros for Dagger and Hilt (9494f40f).
Bug fixes
Hilt
Throws an error when @AndroidEntryPoint base classes use default params in Kotlin. This is a temporary stopgap while support is investigated (2d433491).
Fixes #1864: Add minSdkVersion to Lint AndroidManifest.xml. This fixes problems of incorrect added permissions to the manifest (85f285c2).
Dagger 2.28
What's New
Hilt Alpha Release
Hilt is a new library that layers on top of Dagger and provides a standard way to incorporate Dagger into an Android application. For more information, see https://dagger.dev/hilt.
Lint checks in Dagger for Kotlin (2597f5a6)
Dagger now includes Lint checks for Kotlin users. The checks cover the following cases:
Using a redundant field: site target in injected properties
Using a redundant @JvmStatic in object modules.
Annotating companion objects with @Module (@Module should just be on the enclosing class)
These checks are included by default for users of dagger-android and hilt-android. For Kotlin only projects the checks are available in a new artifact, com.google.dagger:dagger-lint:<version> and can be applied via the lintChecks configuration in Gradle:
Fix #1987: Fixes a bug in version 2.28.2 that occurs when a transitive dependency installs something into ApplicationComponent and depends on a version of Hilt less than 2.28.2. (667a8e25)
Dagger 2.28.2
What’s new
Hilt
The Hilt class dagger.hilt.android.components.ApplicationComponent is being renamed to dagger.hilt.components.SingletonComponent. This release adds the new SingletonComponent class in preparation for this change without removing the existing ApplicationComponent. This rename is part of a plan to address google/dagger#1908 to allow usage of Hilt in non-Android Gradle modules when installing into the SingletonComponent. Current users can begin switching to the new SingletonComponent name as of this release. A future release will remove ApplicationComponent.
Fix #1909: Update Dagger's JavaPoet dependency to 1.13.0 containing fixes for Dagger & Hilt related to generating code with overriding methods without annotations. (c5de4ab0)
Fix #1955: Fixes issue with bytecode transformation in Gradle plugin to allow @AndroidEntryPoint annotations to be used with abstract classes containing abstract methods. (884fee53)
Fix #1947: Fixes issue with Hilt base classes that extend other Hilt base classes. (61c5c433)
Fix #1917: Fixes Hilt example app for Gradle users on mac. (5b3a9661)
Dagger 2.28.1
What's New
New Bazel helper macros for using Dagger. See the updated README for instructions. There are also examples using these macros for Dagger and Hilt (9494f40f).
Bug fixes
Hilt
Throws an error when @AndroidEntryPoint base classes use default params in Kotlin. This is a temporary stopgap while support is investigated (2d433491).
Fixes #1864: Add minSdkVersion to Lint AndroidManifest.xml. This fixes problems of incorrect added permissions to the manifest (85f285c2).
Dagger 2.28
What's New
Hilt Alpha Release
Hilt is a new library that layers on top of Dagger and provides a standard way to incorporate Dagger into an Android application. For more information, see https://dagger.dev/hilt.
Lint checks in Dagger for Kotlin (2597f5a6)
Dagger now includes Lint checks for Kotlin users. The checks cover the following cases:
Using a redundant field: site target in injected properties
Using a redundant @JvmStatic in object modules.
Annotating companion objects with @Module (@Module should just be on the enclosing class)
These checks are included by default for users of dagger-android and hilt-android. For Kotlin only projects the checks are available in a new artifact, com.google.dagger:dagger-lint:<version> and can be applied via the lintChecks configuration in Gradle:
Fix #1987: Fixes a bug in version 2.28.2 that occurs when a transitive dependency installs something into ApplicationComponent and depends on a version of Hilt less than 2.28.2. (667a8e25)
Dagger 2.28.2
What’s new
Hilt
The Hilt class dagger.hilt.android.components.ApplicationComponent is being renamed to dagger.hilt.components.SingletonComponent. This release adds the new SingletonComponent class in preparation for this change without removing the existing ApplicationComponent. This rename is part of a plan to address google/dagger#1908 to allow usage of Hilt in non-Android Gradle modules when installing into the SingletonComponent. Current users can begin switching to the new SingletonComponent name as of this release. A future release will remove ApplicationComponent.
Fix #1909: Update Dagger's JavaPoet dependency to 1.13.0 containing fixes for Dagger & Hilt related to generating code with overriding methods without annotations. (c5de4ab0)
Fix #1955: Fixes issue with bytecode transformation in Gradle plugin to allow @AndroidEntryPoint annotations to be used with abstract classes containing abstract methods. (884fee53)
Fix #1947: Fixes issue with Hilt base classes that extend other Hilt base classes. (61c5c433)
Fix #1917: Fixes Hilt example app for Gradle users on mac. (5b3a9661)
Dagger 2.28.1
What's New
New Bazel helper macros for using Dagger. See the updated README for instructions. There are also examples using these macros for Dagger and Hilt (9494f40f).
Bug fixes
Hilt
Throws an error when @AndroidEntryPoint base classes use default params in Kotlin. This is a temporary stopgap while support is investigated (2d433491).
Fixes #1864: Add minSdkVersion to Lint AndroidManifest.xml. This fixes problems of incorrect added permissions to the manifest (85f285c2).
Dagger 2.28
What's New
Hilt Alpha Release
Hilt is a new library that layers on top of Dagger and provides a standard way to incorporate Dagger into an Android application. For more information, see https://dagger.dev/hilt.
Lint checks in Dagger for Kotlin (2597f5a6)
Dagger now includes Lint checks for Kotlin users. The checks cover the following cases:
Using a redundant field: site target in injected properties
Using a redundant @JvmStatic in object modules.
Annotating companion objects with @Module (@Module should just be on the enclosing class)
These checks are included by default for users of dagger-android and hilt-android. For Kotlin only projects the checks are available in a new artifact, com.google.dagger:dagger-lint:<version> and can be applied via the lintChecks configuration in Gradle:
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps
dependencyVersions.dagger2Version
from 2.16 to 2.28.3. Updatesdagger
from 2.16 to 2.28.3Release notes
Sourced from dagger's releases.
Commits
38acce7
2.28.3 release667a8e2
Add backwards compatibility with ApplicationComponent for libraries using pre...09d60be
Add artifact tests to javatests/artifacts29e080f
Add FIELD annotation target to @ActivityContext qualifier.c8a737f
pedantic update to commentf14d319
Add SingletonComponent and temporarily map the old ApplicationComponent to that.f3ff00a
Internal refactorc5de4ab
Update Dagger's Bazel Common dependency that contains the JavaPoet 1.13.0 upd...62d1e49
Internal cleanup884fee5
Ignore abstract methods when transforming @AndroidEntryPoint-annotated classes.Updates
dagger-android
from 2.16 to 2.28.3Release notes
Sourced from dagger-android's releases.
Commits
38acce7
2.28.3 release667a8e2
Add backwards compatibility with ApplicationComponent for libraries using pre...09d60be
Add artifact tests to javatests/artifacts29e080f
Add FIELD annotation target to @ActivityContext qualifier.c8a737f
pedantic update to commentf14d319
Add SingletonComponent and temporarily map the old ApplicationComponent to that.f3ff00a
Internal refactorc5de4ab
Update Dagger's Bazel Common dependency that contains the JavaPoet 1.13.0 upd...62d1e49
Internal cleanup884fee5
Ignore abstract methods when transforming @AndroidEntryPoint-annotated classes.Updates
dagger-android-support
from 2.16 to 2.28.3Release notes
Sourced from dagger-android-support's releases.
Commits
38acce7
2.28.3 release667a8e2
Add backwards compatibility with ApplicationComponent for libraries using pre...09d60be
Add artifact tests to javatests/artifacts29e080f
Add FIELD annotation target to @ActivityContext qualifier.c8a737f
pedantic update to commentf14d319
Add SingletonComponent and temporarily map the old ApplicationComponent to that.f3ff00a
Internal refactorc5de4ab
Update Dagger's Bazel Common dependency that contains the JavaPoet 1.13.0 upd...62d1e49
Internal cleanup884fee5
Ignore abstract methods when transforming @AndroidEntryPoint-annotated classes.Updates
dagger-compiler
from 2.16 to 2.28.3Release notes
Sourced from dagger-compiler's releases.
Commits
38acce7
2.28.3 release667a8e2
Add backwards compatibility with ApplicationComponent for libraries using pre...09d60be
Add artifact tests to javatests/artifacts29e080f
Add FIELD annotation target to @ActivityContext qualifier.c8a737f
pedantic update to commentf14d319
Add SingletonComponent and temporarily map the old ApplicationComponent to that.f3ff00a
Internal refactorc5de4ab
Update Dagger's Bazel Common dependency that contains the JavaPoet 1.13.0 upd...62d1e49
Internal cleanup884fee5
Ignore abstract methods when transforming @AndroidEntryPoint-annotated classes.Updates
dagger-android-processor
from 2.16 to 2.28.3Release notes
Sourced from dagger-android-processor's releases.
Commits
38acce7
2.28.3 release667a8e2
Add backwards compatibility with ApplicationComponent for libraries using pre...09d60be
Add artifact tests to javatests/artifacts29e080f
Add FIELD annotation target to @ActivityContext qualifier.c8a737f
pedantic update to commentf14d319
Add SingletonComponent and temporarily map the old ApplicationComponent to that.f3ff00a
Internal refactorc5de4ab
Update Dagger's Bazel Common dependency that contains the JavaPoet 1.13.0 upd...62d1e49
Internal cleanup884fee5
Ignore abstract methods when transforming @AndroidEntryPoint-annotated classes.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)