Skip to content

Instantly share code, notes, and snippets.

@figonzal1
Created June 20, 2022 20:49
Show Gist options
  • Save figonzal1/f6ddb3d46cb76969ce7161a2a2a442d8 to your computer and use it in GitHub Desktop.
Save figonzal1/f6ddb3d46cb76969ce7161a2a2a442d8 to your computer and use it in GitHub Desktop.
//CARGAR VARIABLES DESDE local.properties
with(gradleLocalProperties(rootDir)) {
buildConfigField("String", "MY_VAR", getProperty("MY_VAR"))
}
//EXCLUIR libreria desde una dependencia, ejemplo:
androidTestImplementation("androidx.test.espresso:espresso-contrib:3.4.0") {
exclude("protobuf-lite")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment