tree: b819266479d0edd1847e345c111f99383d458773 [path history] [tgz]
  1. api/
  2. src/
  3. Android.bp
  4. AndroidManifest.xml
  5. build.gradle.kts
  6. gradle.properties
  7. README.md
permissions/README.md

Permissions for Jetpack Compose

Maven Central

For more information, visit the documentation: https://google.github.io/accompanist/permissions

Download

repositories {
    mavenCentral()
}

dependencies {
    implementation "com.google.accompanist:accompanist-permissions:<version>"
}

Snapshots of the development version are available in Sonatype's snapshots repository. These are updated on every commit.