Fix gradle script to include default product flavor

This commit is contained in:
Synced Synapse 2016-06-17 19:09:23 +01:00
parent 4572775a51
commit 7819fb9f15
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@ android {
}
productFlavors {
full {
}
instrumentationTest {
applicationId "org.xbmc.kore.instrumentationtest"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"