8000 [Dagger 2.29.1] Wrong dependency instructions in the release note · Issue #2090 · google/dagger · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[Dagger 2.29.1] Wrong dependency instructions in the release note #2090

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
skydoves opened this issue Sep 11, 2020 · 1 comment
Closed

[Dagger 2.29.1] Wrong dependency instructions in the release note #2090

skydoves opened this issue Sep 11, 2020 · 1 comment

Comments

@skydoves
Copy link

[Description]

The Dagger 2.29.1 dependency instructions in the release note are wrong.

// Android library deps
dependencies {
  implementation "com.google.dagger:hilt-android:2.29-alpha"
-  androidTestImplementation "com.google.dagger:hilt-android-test:2.29-alpha"
+  androidTestImplementation "com.google.dagger:hilt-android-testing:2.29.1-alpha"
  annotationProcessor "com.google.dagger:hilt-compiler:2.29-alpha" // or kapt
}

// Pure Java/Kotlin library deps
dependencies {
  implementation "com.google.dagger:hilt-core:2.29-alpha"
  annotationProcessor "com.google.dagger:hilt-compiler:2.29-alpha" // or kapt
}
@bcorso
Copy link
bcorso commented Sep 11, 2020

Thanks! I've updated the release notes.

@bcorso bcorso closed this as completed Sep 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0