From b563a2f77618a3b6262d71a43ef93b71c9decb39 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Mon, 7 Sep 2020 14:56:59 +1000 Subject: [PATCH] Bump version to 2.10 rc 2 and build to 114 This is to workaround the fact that I had already published a build for 2.10 and released it to 100% of "Open Testing" users two weeks ago, when I didn't know the team had decided to postpone the code freeze. --- Simplenote/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Simplenote/build.gradle b/Simplenote/build.gradle index c4e4863a5..4d1b377f4 100644 --- a/Simplenote/build.gradle +++ b/Simplenote/build.gradle @@ -30,9 +30,9 @@ android { if (project.hasProperty("versionName")) { versionName project.property("versionName") } else { - versionName "2.10-rc-1" + versionName "2.10-rc-2" } - versionCode 113 + versionCode 114 minSdkVersion 23 targetSdkVersion 29