The debug icon and the name is different now.
This commit is contained in:
@@ -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 {}
|
||||
|
||||
Reference in New Issue
Block a user