Commit 1b81cfdb by eguven Committed by Oliver Woodman

Rename build flavors and remove pre hashing of DataSpec key values.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=135682130
parent 91f8328a
Showing with 6 additions and 6 deletions
...@@ -38,15 +38,15 @@ android { ...@@ -38,15 +38,15 @@ android {
} }
productFlavors { productFlavors {
demo noExtensions
demoExt withExtensions
} }
} }
dependencies { dependencies {
compile project(':library') compile project(':library')
demoExtCompile project(path: ':extension-ffmpeg') withExtensionsCompile project(path: ':extension-ffmpeg')
demoExtCompile project(path: ':extension-flac') withExtensionsCompile project(path: ':extension-flac')
demoExtCompile project(path: ':extension-opus') withExtensionsCompile project(path: ':extension-opus')
demoExtCompile project(path: ':extension-vp9') withExtensionsCompile project(path: ':extension-vp9')
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment