diff --git a/demo/build.gradle b/demo/build.gradle index 593796bda5..bfbcd1aa4c 100644 --- a/demo/build.gradle +++ b/demo/build.gradle @@ -38,15 +38,15 @@ android { } productFlavors { - demo - demoExt + noExtensions + withExtensions } } dependencies { compile project(':library') - demoExtCompile project(path: ':extension-ffmpeg') - demoExtCompile project(path: ':extension-flac') - demoExtCompile project(path: ':extension-opus') - demoExtCompile project(path: ':extension-vp9') + withExtensionsCompile project(path: ':extension-ffmpeg') + withExtensionsCompile project(path: ':extension-flac') + withExtensionsCompile project(path: ':extension-opus') + withExtensionsCompile project(path: ':extension-vp9') }