Skip to content

Commit

Permalink
Rename build flavors and remove pre hashing of DataSpec key values.
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=135682130
  • Loading branch information
erdemguven authored and ojw28 committed Oct 11, 2016
1 parent 91f8328 commit 1b81cfd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}

0 comments on commit 1b81cfd

Please sign in to comment.