Skip to content

Commit

Permalink
Updated target SDK to 33
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumBadger committed Oct 7, 2023
1 parent b1f16ad commit 8972921
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ android {
defaultConfig {
applicationId = "org.quantumbadger.redreader"
minSdk = 16
targetSdk = 31
targetSdk = 33
versionCode = 108
versionName = "1.22"

Expand Down
3 changes: 3 additions & 0 deletions src/main/assets/changelog-alpha.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
1 change: 1 addition & 0 deletions src/main/assets/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8972921

Please sign in to comment.