Fix gradle files to be future proof
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
dependencies {
|
||||
compile project(":orx-parameters")
|
||||
compile "org.openrndr.panel:openrndr-panel:$panelVersion"
|
||||
compile "org.openrndr:openrndr-dialogs:$openrndrVersion"
|
||||
compile "com.google.code.gson:gson:$gsonVersion"
|
||||
api project(":orx-parameters")
|
||||
api "org.openrndr.panel:openrndr-panel:$panelVersion"
|
||||
implementation "org.openrndr:openrndr-dialogs:$openrndrVersion"
|
||||
implementation "com.google.code.gson:gson:$gsonVersion"
|
||||
}
|
||||
Reference in New Issue
Block a user