Update build.gradle

This commit is contained in:
Tungstend 2023-08-02 12:56:32 +08:00
parent 457db113fe
commit 2dc8f16cab
1 changed files with 3 additions and 1 deletions

View File

@ -102,11 +102,13 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
}
ssh.settings {
knownHosts = allowAnyHosts
}
remotes {
Properties prop =new Properties()
Properties prop = new Properties()
prop.load(new FileInputStream("${rootDir}/local.properties"))
debugServer {
host = prop.getProperty("sftp.host")