From 89729214198a82584e5ce9419425a2aa27641119 Mon Sep 17 00:00:00 2001 From: QuantumBadger Date: Sat, 7 Oct 2023 13:39:58 +0100 Subject: [PATCH] Updated target SDK to 33 --- build.gradle.kts | 2 +- src/main/assets/changelog-alpha.txt | 3 +++ src/main/assets/changelog.txt | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3a863aba8..550b91f0b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -72,7 +72,7 @@ android { defaultConfig { applicationId = "org.quantumbadger.redreader" minSdk = 16 - targetSdk = 31 + targetSdk = 33 versionCode = 108 versionName = "1.22" diff --git a/src/main/assets/changelog-alpha.txt b/src/main/assets/changelog-alpha.txt index 75d061388..8cda5196c 100644 --- a/src/main/assets/changelog-alpha.txt +++ b/src/main/assets/changelog-alpha.txt @@ -1,3 +1,6 @@ +/Alpha 340 (2023-10-07) +Updated target SDK to 33 + /Alpha 339 (2023-09-23) Initial update to Material 3 design elements Hide keyboard in Find Location when search button is pressed (thanks to mattdbr) diff --git a/src/main/assets/changelog.txt b/src/main/assets/changelog.txt index 1b7ad0bff..13134fd5e 100644 --- a/src/main/assets/changelog.txt +++ b/src/main/assets/changelog.txt @@ -7,6 +7,7 @@ Handle mailto links correctly (thanks to Cameron Merkel) Ability to open comments in external browser (thanks to Cameron Merkel) Preference for domain when sharing Reddit links (thanks to Cameron Merkel) Handle Reddit galleries containing links, and show gallery thumbnails for small images (thanks to Cameron Merkel) +Updated target SDK to 33 108/1.22 Fix for permission denied errors on videos due to Reddit API change