Skip to content
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

Add current stable and alpha version numbers in the Hilt official documentation website #2366

Closed
wajahatkarim3 opened this issue Feb 7, 2021 · 1 comment

Comments

@wajahatkarim3
Copy link

I have observed that in the https://dagger.dev/hilt/ website, the current stable or alpha version of the library is not mentioned anywhere. It leads developers to externally search the version either from d.android.com or Github releases or maven central.

A good example would be like as it is in the d.android.com website:

buildscript {
    ...
    ext.hilt_version = '2.31.2-alpha'
    dependencies {
        ...
        classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"
    }
}
@bcorso
Copy link

bcorso commented Feb 25, 2021

Thanks for the suggestion!

We've added the current dagger release to the home page(https://dagger.dev/) and we've updated the Gradle setup instructions to include the current release (https://dagger.dev/hilt/gradle-setup).

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

No branches or pull requests

3 participants