### Groovy

```groovy
dependencies {
    implementation "androidx.profileinstaller:profileinstaller:1.4.1"
}
```

### Kotlin

```kotlin
dependencies {
    implementation("androidx.profileinstaller:profileinstaller:1.4.1")
}
```