You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to know if I can use a variable in the build.gradle.kts. I know I can use the gradle.properties file and retrieve it like this project.findProperty("ALIAS_SIGNING_KEY").toString() but I wanted to know if there is a way to do it with the secret repository.
The text was updated successfully, but these errors were encountered:
I would like to know if I can use a variable in the build.gradle.kts. I know I can use the gradle.properties file and retrieve it like this
project.findProperty("ALIAS_SIGNING_KEY").toString()
but I wanted to know if there is a way to do it with the secret repository.The text was updated successfully, but these errors were encountered: