From 5d5664a3fc2c5e81421a73e26304587183f49c82 Mon Sep 17 00:00:00 2001 From: Alex Saveau Date: Tue, 25 Feb 2020 18:02:26 -0800 Subject: [PATCH] v2.7.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 6a8834c9c..4b46105ee 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ through the `plugins {}` DSL: ```kt plugins { id("com.android.application") - id("com.github.triplet.play") version "2.7.1" + id("com.github.triplet.play") version "2.7.2" } ``` @@ -131,7 +131,7 @@ plugins { ```groovy plugins { id 'com.android.application' - id 'com.github.triplet.play' version '2.7.1' + id 'com.github.triplet.play' version '2.7.2' } ``` diff --git a/version.txt b/version.txt index ceb9bd34e..37c2961c2 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.8.0-SNAPSHOT +2.7.2