token_header_name="Authorization"
base_url="https://api.github.com/graphql"
github_token="bearer Github_Personal_Access_Token"
buildConfigField(stringType, "BASE_URL", props["base_url"] as String)
Feature | Details |
---|---|
Hiding secretKeys in properties Files | |
Github Actions | |
Dependencies Versions & update plugin |
- You need to change/remove google-service.json
- do it like this Video
- or add the dependency in
buildSrc/Libs
like thisconst val security_crypto: String = "androidx.security:security-crypto:_"
- then add it in
build.gradle.kts
of the app like thisimplementation(Libs.State.appState)
./gradlew refreshVersions