Skip to content
Snippets Groups Projects
Commit 9ecaa0af authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Green app icon for debug builds

parent 42185cf8
No related branches found
No related tags found
No related merge requests found
......@@ -184,6 +184,9 @@ android {
sourceSets.release {
manifest.srcFile 'flavors/release/AndroidManifest.xml'
}
sourceSets.debug {
res.srcDirs = ['flavors/debug/res']
}
sourceSets.test {
java.srcDirs = ['test']
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment