hidden-secrets-gradle-plugin icon indicating copy to clipboard operation
hidden-secrets-gradle-plugin copied to clipboard

How to get secret key from Groovy

Open auliakbarh opened this issue 1 year ago • 1 comments

to get your secret key from Java/Kotlin code by calling :

Kotlin

val key = Secrets().getYourSecretKeyName(packageName)

Java

final String key = new Secrets().getYourSecretKeyName(getPackageName());

How to get secret key from Groovy (build.gradle) file?

auliakbarh avatar Dec 27 '23 04:12 auliakbarh

@auliakbarh this is not the purpose of this lib, sorry !

ben-j69 avatar Jan 02 '24 09:01 ben-j69