From fcc926570386e1c64504f679d5dc93e2aab2328a Mon Sep 17 00:00:00 2001 From: Conny Duck Date: Fri, 25 Feb 2022 18:42:31 +0100 Subject: [PATCH] Release 87 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e09f28ba1..67a1ecbe4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,8 +20,8 @@ android { applicationId APP_ID minSdkVersion 21 targetSdkVersion 30 - versionCode 86 - versionName "16.0 beta 3" + versionCode 87 + versionName "16.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true