Update build.gradle.kts

This commit is contained in:
Edwin Jakobs
2020-03-01 15:21:13 +01:00
committed by GitHub
parent 97c55825e2
commit 998a5051c1

View File

@@ -4,7 +4,7 @@ import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform
/* the name of this project, default is the template version but you are free to change these */ /* the name of this project, default is the template version but you are free to change these */
group = "org.openrndr.template" group = "org.openrndr.template"
version = "0.3.10" version = "0.3.11"
val applicationMainClass = "TemplateProgramKt" val applicationMainClass = "TemplateProgramKt"
@@ -49,7 +49,7 @@ val panelUseSnapshot = false
val panelVersion = if (panelUseSnapshot) "0.4.0-SNAPSHOT" else "0.3.21" val panelVersion = if (panelUseSnapshot) "0.4.0-SNAPSHOT" else "0.3.21"
val orxUseSnapshot = false val orxUseSnapshot = false
val orxVersion = if (orxUseSnapshot) "0.4.0-SNAPSHOT" else "0.3.47" val orxVersion = if (orxUseSnapshot) "0.4.0-SNAPSHOT" else "0.3.49"
//<editor-fold desc="This is code for OPENRNDR, no need to edit this .. most of the times"> //<editor-fold desc="This is code for OPENRNDR, no need to edit this .. most of the times">
val supportedPlatforms = setOf("windows", "macos", "linux-x64", "linux-arm64") val supportedPlatforms = setOf("windows", "macos", "linux-x64", "linux-arm64")