From d5e95f0b3f36409bcfd7c8b44fd48f1ee2fa3764 Mon Sep 17 00:00:00 2001 From: Thai H Date: Wed, 28 Apr 2021 21:12:50 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25c8663..2742c88 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This Gradle plugin is compatible with the following versions of Gradle: | Plugin version | Min. Gradle version | | -------------- | ------------------- | -| 2.3.2 | 5.1 | +| 2.3.1 | 5.1 | | 2.2.4 | 4.x | ## notes @@ -27,7 +27,7 @@ Declare this in your `build.gradle` ```groovy plugins { - id "com.gorylenko.gradle-git-properties" version "2.3.2" + id "com.gorylenko.gradle-git-properties" version "2.3.1" } ```