Edwin Jakobs 4 years ago
parent
commit
ef25b9a101
  1. 4
      build.gradle.kts

4
build.gradle.kts

@ -5,7 +5,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 */
group = "org.openrndr.template"
version = "0.3.16"
version = "0.3.17"
val applicationMainClass = "TemplateProgramKt"
@ -135,7 +135,7 @@ repositories {
if (openrndrUseSnapshot || orxUseSnapshot) {
mavenLocal()
}
maven(url = "https://dl.bintray.com/openrndr/openrndr")
maven(url = "https://maven.openrndr.org")
}
fun DependencyHandler.orx(module: String): Any {

Loading…
Cancel
Save