Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get secret key from Groovy #81

Open
auliakbarh opened this issue Dec 27, 2023 · 1 comment
Open

How to get secret key from Groovy #81

auliakbarh opened this issue Dec 27, 2023 · 1 comment
Labels
wontfix This will not be worked on

Comments

@auliakbarh
Copy link

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?

@ben-j69
Copy link
Member

ben-j69 commented Jan 2, 2024

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

@ben-j69 ben-j69 added question Further information is requested wontfix This will not be worked on and removed question Further information is requested labels Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Development

No branches or pull requests

2 participants