The debug icon and the name is different now.

This commit is contained in:
2014-12-09 20:12:00 +04:00
parent d7d7a84e3a
commit f29848460f
3 changed files with 46 additions and 2 deletions

View File

@@ -69,8 +69,22 @@ android {
}
*/
androidTest.setRoot('src/tests')
debug {
main.manifest.srcFile "src/main/AndroidManifest-debug.xml"
}
androidTest.setRoot("src/tests")
}
/*
signingConfigs {
release {
storeFile file('HelloConfig.keystore')
keyAlias 'HelloConfig'
storePassword 'laser.yams.heady.testy'
keyPassword 'fw.stabs.steady.wool'
}
}
*/
}
//repositories {}