Skip to content

Commit

Permalink
Version 1.97.4
Browse files Browse the repository at this point in the history
 * Implement Worker for Android 14 compatibility
  • Loading branch information
nilsbraden committed Feb 28, 2024
1 parent b6973f8 commit 2a9aa6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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="1973"
android:versionName="1.97.3">
android:versionCode="1974"
android:versionName="1.97.4">

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

<string-array name="updates">
<item>Version 1.97.3
* Added new permissions to support android 14
* Attempt to implement usage of Worker and WorkManager</item>
<item>Version 1.97.4
* Implement Worker for Android 14 compatibility</item>
<item>Version 1.97.2
* Updated libraries and API levels</item>
<item>Version 1.97.1
Expand Down

0 comments on commit 2a9aa6d

Please sign in to comment.