Update boofcv version (#122)

This commit is contained in:
Abe Pazos
2020-06-19 19:01:52 +02:00
committed by GitHub
parent 7c324079e2
commit 85c6135d95
2 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ sourceSets {
}
}
def boofcvVersion = "0.34"
def boofcvVersion = "0.36"
dependencies {
demoImplementation(project(":orx-mesh-generators"))
@@ -22,4 +22,4 @@ dependencies {
demoRuntimeOnly("org.openrndr:openrndr-gl3:$openrndrVersion")
demoRuntimeOnly("org.openrndr:openrndr-gl3-natives-$openrndrOS:$openrndrVersion")
demoImplementation(sourceSets.getByName("main").output)
}
}

View File

@@ -8,7 +8,7 @@ sourceSets {
}
}
def boofcvVersion = "0.34"
def boofcvVersion = "0.36"
dependencies {
@@ -18,4 +18,4 @@ dependencies {
demoRuntimeOnly("org.openrndr:openrndr-gl3:$openrndrVersion")
demoRuntimeOnly("org.openrndr:openrndr-gl3-natives-$openrndrOS:$openrndrVersion")
demoImplementation(sourceSets.getByName("main").output)
}
}