From 09c018a8aa8c40327f932040efb2b9e01daaa2fa Mon Sep 17 00:00:00 2001 From: Simon Marquis Date: Sat, 22 Feb 2020 19:05:48 +0100 Subject: [PATCH] Release 1.8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - ✏ Raw payload is selectable - 🐛 Fix RecyclerView animations for Ping - ⚙ Remove deprecated "OPEN" action from background --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index e665bac..54a10a9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,6 +1,6 @@ def versionMajor = 1 def versionMinor = 8 -def versionPatch = 0 +def versionPatch = 1 def versionBuild = 0 apply plugin: 'com.android.application'