Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MasayukiSuda committed Feb 14, 2018
1 parent 60a7811 commit 90f8130
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion epf/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:26.1.0'
compile 'com.google.android.exoplayer:exoplayer-core:2.6.1'
compileOnly 'com.google.android.exoplayer:exoplayer-core:2.6.1'
}

publish {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ org.gradle.jvmargs=-Xmx1536m
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
VERSION_NAME=0.1.6
VERSION_NAME=0.2.0
VERSION_CODE=8
BUILD_TOOLS_VERSION=26.0.2
COMPILE_SDK_VERSION=26
Expand Down
2 changes: 2 additions & 0 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ dependencies {


compile project(':epf')

compile 'com.google.android.exoplayer:exoplayer-core:2.6.1'
}

0 comments on commit 90f8130

Please sign in to comment.