From 6ea898c4e5ddecd1a515b2873daf80f72da7e0cd Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 18 Aug 2018 12:20:35 +0200 Subject: [PATCH] Updated versionUpdate plugin --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 78ce9174..0fedc155 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ plugins { id 'signing' id "com.dorkbox.CrossCompile" version "1.0.1" - id "com.dorkbox.VersionUpdate" version "1.1" + id "com.dorkbox.VersionUpdate" version "1.2" } // this is the only way to also get the source code for IDE auto-complete