From c89bb06a8a74236630e28b4eba0810cc919de585 Mon Sep 17 00:00:00 2001 From: Alex Saveau Date: Sat, 9 Jan 2021 13:38:36 -0800 Subject: [PATCH] v3.2.0-agp4.2-2 Signed-off-by: Alex Saveau --- README.md | 4 ++-- version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 11feab672..32c988f99 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ through the `plugins {}` DSL: ```kt plugins { id("com.android.application") - id("com.github.triplet.play") version "3.2.0-agp4.2" + id("com.github.triplet.play") version "3.2.0-agp4.2-2" } ``` @@ -134,7 +134,7 @@ plugins { ```groovy plugins { id 'com.android.application' - id 'com.github.triplet.play' version '3.2.0-agp4.2' + id 'com.github.triplet.play' version '3.2.0-agp4.2-2' } ``` diff --git a/version.txt b/version.txt index 347a44874..6c3270aed 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.2.0-agp4.2 +3.2.0-agp4.2-2