From 1fe7b958e2729b7c6935a43595b956b4932a68ae Mon Sep 17 00:00:00 2001 From: Alex Saveau Date: Tue, 24 Mar 2020 20:05:42 -0700 Subject: [PATCH] v2.7.3 --- README.md | 4 ++-- version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4b46105ee..d3c83918a 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.2" + id("com.github.triplet.play") version "2.7.3" } ``` @@ -131,7 +131,7 @@ plugins { ```groovy plugins { id 'com.android.application' - id 'com.github.triplet.play' version '2.7.2' + id 'com.github.triplet.play' version '2.7.3' } ``` diff --git a/version.txt b/version.txt index ceb9bd34e..2c9b4ef42 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.8.0-SNAPSHOT +2.7.3