fix: remove properties file dependency
This commit is contained in:
parent
0c2e2db1dc
commit
a74b9e985d
1 changed files with 0 additions and 4 deletions
|
@ -10,10 +10,6 @@ def gitCommitHash = providers.exec {
|
||||||
commandLine("git", "rev-parse", "--verify", "--short", "HEAD")
|
commandLine("git", "rev-parse", "--verify", "--short", "HEAD")
|
||||||
}.standardOutput.asText.get().trim()
|
}.standardOutput.asText.get().trim()
|
||||||
|
|
||||||
def apikeyPropertiesFile = rootProject.file("apikey.properties")
|
|
||||||
def apikeyProperties = new Properties()
|
|
||||||
apikeyProperties.load(new FileInputStream(apikeyPropertiesFile))
|
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdk 34
|
compileSdk 34
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue