diff --git a/app/build.gradle b/app/build.gradle index 4298d25..a9a22f8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -39,6 +39,9 @@ android { } productFlavors { + full { + } + instrumentationTest { applicationId "org.xbmc.kore.instrumentationtest" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"