From e3b245d086fe2afc461ec2282120e8ed7b9f15b7 Mon Sep 17 00:00:00 2001 From: Uwe Trottmann Date: Fri, 15 Dec 2023 13:13:11 +0100 Subject: [PATCH] Prepare version 71.0.2 (2107103) --- CHANGELOG.md | 3 +++ build.gradle.kts | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c911a3bd55..4c082ab609 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,9 @@ Version 71 ---------- *in development* +#### 71.0.2 🧪 +*2023-12-15* + * 🔨 Shows: do not consider all episodes collected, if there are none collected. Also consider all episodes, not just released ones. This now matches with what episodes the collect all or none buttons change. diff --git a/build.gradle.kts b/build.gradle.kts index 2692458f55..7b239cab9b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -22,8 +22,8 @@ buildscript { val sgTargetSdk by extra(33) // Android 13 (T) // version 21xxxyy -> min SDK 21, release xxx, build yy - val sgVersionCode by extra(2107102) - val sgVersionName by extra("71.0.1") + val sgVersionCode by extra(2107103) + val sgVersionName by extra("71.0.2") val isCiBuild by extra { System.getenv("CI") == "true" }