mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-18 05:33:56 +00:00
fix: remove properties file dependency
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user