Latest Update | Current Stable Release | Next Release Candidate | Beta Release | Alpha Release |
---|---|---|---|---|
September 21, 2018 | 1.0.0 | - | - | - |
Declaring dependencies
To add a dependency on GridLayout, you must add the Google Maven repository to your project. Read Google's Maven repository for more information.
Add the dependencies for the artifacts you need in the build.gradle
file for
your app or module:
dependencies { implementation "androidx.gridlayout:gridlayout:1.0.0" }
For more information about dependencies, see Add build dependencies.
There are no release notes for this artifact.