google / secrets-gradle-plugin

A Gradle plugin for providing your secrets to your Android project.
Apache License 2.0
1.14k stars 99 forks source link

Not able to install the library Cause: com/android/build/api/extension/AndroidComponentsExtension #33

Closed BhaveshL94 closed 3 years ago

BhaveshL94 commented 3 years ago

image image

arriolac commented 3 years ago

Hi @BhaveshL94, you are receiving that error because the version of AGP you are using is 4.1.3 whereas the latest version of this plugin requires 4.2.x. To fix this, consider bumping your AGP version to the latest version (4.2.0) or use an older version of this plugin (1.2.0).

Relates to #25.

arriolac commented 3 years ago

Closing this. Please reopen / comment if you are still encountering this issue.