Skip to content

Commit

Permalink
Version 1.97.3
Browse files Browse the repository at this point in the history
* Added new permissions to support android 14
* Attempt to implement usage of Worker and WorkManager
  • Loading branch information
nilsbraden committed Feb 22, 2024
1 parent 75f8fd0 commit af1639e
Showing 1 changed file with 2 additions and 2 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="1972"
android:versionName="1.97.2">
android:versionCode="1973"
android:versionName="1.97.3">

<!-- Check connectivity -->
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down

0 comments on commit af1639e

Please sign in to comment.