mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
test build 2
This commit is contained in:
parent
fcbf3f907f
commit
5f7dd3d476
2 changed files with 12 additions and 3 deletions
|
@ -5,10 +5,11 @@ version = 122
|
|||
|
||||
android {
|
||||
defaultConfig {
|
||||
val properties = Properties()
|
||||
properties.load(project.rootProject.file("local.properties").inputStream())
|
||||
// val properties = Properties()
|
||||
// properties.load(project.rootProject.file("local.properties").inputStream())
|
||||
//
|
||||
// buildConfigField("String", "SORA_API", "\"${properties.getProperty("SORA_API")}\"")
|
||||
|
||||
buildConfigField("String", "SORA_API", "\"${properties.getProperty("SORA_API")}\"")
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue