Skip to content

Commit

Permalink
2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samfundev committed Aug 11, 2024
1 parent dac82d1 commit 4357242
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 5 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,11 @@

<!-- The first letter of each line of the changelog denotes if it's about a new Version, Addition, Fix or Change and should not be translated. -->
<string-array name="changelog_lines">
<item>V 2.11.0</item>
<item>A Add background playback when the screen is locked.</item>
<item>A Add support for proxies, which can be used to block ads.</item>
<item>F Fix usher requests not using https.</item>

<item>V 2.10.9</item>
<item>F Fix empty "My Streams" page</item>
<item>F Get followers from new Twitch API</item>
Expand Down

0 comments on commit 4357242

Please sign in to comment.