try again

This commit is contained in:
hexated 2023-04-22 15:55:01 +07:00
parent c23d70b5df
commit c9a2d4108c
2 changed files with 11 additions and 11 deletions

View file

@ -5,10 +5,10 @@ version = 122
android {
defaultConfig {
// val properties = Properties()
// properties.load(project.rootProject.file("local.properties").inputStream())
//
// buildConfigField("String", "SORA_API", "\"${properties.getProperty("SORA_API")}\"")
val properties = Properties()
properties.load(project.rootProject.file("local.properties").inputStream())
buildConfigField("String", "SORA_API", "\"${properties.getProperty("SORA_API")}\"")
}