Skip to content

Commit

Permalink
Version 1.97.8
Browse files Browse the repository at this point in the history
* Quick fix for #477 \"Rendering under status bar in Android 15\": disable edge-to-ege display for now
  • Loading branch information
nilsbraden committed Nov 12, 2024
1 parent c5ec60e commit 9b327f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ttrssreader/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:installLocation="internalOnly"
android:versionCode="1977"
android:versionName="1.97.7">
android:versionCode="1978"
android:versionName="1.97.8">

<!-- Check connectivity -->
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down
2 changes: 1 addition & 1 deletion ttrssreader/src/main/res/values/update.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<resources>

<string-array name="updates">
<item>Version 1.97.7
<item>Version 1.97.8
* Quick fix for #477 \"Rendering under status bar in Android 15\": disable edge-to-ege display for now</item>
<item>Version 1.97.6
* Fix swiping in article view #474 (thanks to c-ren for implementing a fix!)
Expand Down

0 comments on commit 9b327f3

Please sign in to comment.