From 7d53318e8183a02056730a5b28fcedb225aa9b26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Pereda?= Date: Thu, 25 Jul 2024 11:54:26 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a59f56a..2bb84b3 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ To use the plugin, apply the following steps: Using the `plugins` DSL, add: plugins { - id 'com.gluonhq.gluonfx-gradle-plugin' version '1.0.22' + id 'com.gluonhq.gluonfx-gradle-plugin' version '1.0.23' } This requires adding the plugin repository to the `settings.gradle` file: @@ -44,7 +44,7 @@ Alternatively, you can use the `buildscript` DSL: } } dependencies { - classpath 'com.gluonhq:gluonfx-gradle-plugin:1.0.22' + classpath 'com.gluonhq:gluonfx-gradle-plugin:1.0.23' } } apply plugin: 'com.gluonhq.gluonfx-gradle-plugin'