Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardobl committed Sep 15, 2018
1 parent 7f30ef1 commit 3673495
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def v_physicsloader="78ba1acde9f2665f2f8eb0a0f0c5d0304b13d5bf"
def g_physicsloader="com.github.riccardobl"
def g_f3b="com.github.f3b"
def v_f3b="f93b341389dac7b494f29f85566d5e8b5d814208"
def v_phonon="0.1.4"
def v_phonon="0.1.5"



Expand Down
2 changes: 2 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ if(
gradle.ext.useDevDependency = true
include ':jmePhonon'
project(':jmePhonon').projectDir = new File(settingsDir, '../jmePhonon')
}else{
gradle.ext.useDevDependency = false
}

0 comments on commit 3673495

Please sign in to comment.