From 3bd941a76c2e1000a0d7034657aba8723678a435 Mon Sep 17 00:00:00 2001 From: tkc Date: Thu, 16 Jul 2020 18:41:58 +0900 Subject: [PATCH] docs: update updating.md --- updating.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/updating.md b/updating.md index 1222571..bb54505 100644 --- a/updating.md +++ b/updating.md @@ -1,12 +1,12 @@ # Updating individual projects -## Version 0.3.8 +## Version 0.3.13 This version supports `leomo.enableAutoPluginApply` to enable/disable automatic plugin binding. As default, the main plugin (`de.lemona.gradle`) automatically applies other plugins based on the build file of dependent projects. If you'd like to apply these plugins manually, please set the property to `false`. -## Version 0.3.7 +## Version 0.3.12 0.3.7 supports Gradle 5. You can use the latest (as 2020) Android gradle plugin in dependent Android projects. However, the publishing plugin doesn't have a backward compatibility for Android projects.