Upgrade to Gradle 7.0.1

This commit is contained in:
Edwin Jakobs
2021-05-14 09:35:43 +02:00
parent 9af0a7a073
commit 86c8421f77
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ def boofcvVersion = "0.37"
dependencies {
compile("org.boofcv:boofcv-core:$boofcvVersion")
implementation("org.boofcv:boofcv-core:$boofcvVersion")
demoImplementation("org.openrndr:openrndr-core:$openrndrVersion")
demoImplementation("org.openrndr:openrndr-extensions:$openrndrVersion")
demoRuntimeOnly("org.openrndr:openrndr-gl3:$openrndrVersion")