Skip to content

Commit

Permalink
fix: remove properties file dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelonion committed Feb 19, 2024
1 parent 0c2e2db commit a74b9e9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ def gitCommitHash = providers.exec {
commandLine("git", "rev-parse", "--verify", "--short", "HEAD")
}.standardOutput.asText.get().trim()

def apikeyPropertiesFile = rootProject.file("apikey.properties")
def apikeyProperties = new Properties()
apikeyProperties.load(new FileInputStream(apikeyPropertiesFile))

android {
compileSdk 34

Expand Down

0 comments on commit a74b9e9

Please sign in to comment.