update android script
This commit is contained in:
parent
be6465f9a8
commit
fcd076067f
@ -3,7 +3,10 @@ apply plugin: 'maven'
|
||||
Properties properties = new Properties()
|
||||
properties.load(project.rootProject.file('scripts/maven.properties').newDataInputStream())
|
||||
properties.load(new FileInputStream("${projectDir}/pom.properties"))
|
||||
|
||||
if (new File("local.properties").exists()) {
|
||||
properties.load(project.rootProject.file('local.properties').newDataInputStream())
|
||||
}
|
||||
|
||||
def user = System.getenv("BINTARY_USER")
|
||||
def apiKey = System.getenv("BINTARY_APIKEY")
|
||||
|
Reference in New Issue
Block a user