From 43572429e82bab7fa3f7de0bbbb2990dd2874b85 Mon Sep 17 00:00:00 2001 From: samfundev Date: Sun, 11 Aug 2024 13:15:15 -0400 Subject: [PATCH] 2.11.0 --- app/build.gradle | 4 ++-- app/src/main/res/values/strings.xml | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 551278d4..83909410 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "com.perflyst.twire" minSdk 21 targetSdk 34 - versionCode 533 - versionName "2.10.9" + versionCode 534 + versionName "2.11.0" vectorDrawables.useSupportLibrary true diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 5bd6da6d..125d9422 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -321,6 +321,11 @@ + V 2.11.0 + A Add background playback when the screen is locked. + A Add support for proxies, which can be used to block ads. + F Fix usher requests not using https. + V 2.10.9 F Fix empty "My Streams" page F Get followers from new Twitch API