Skip to content

Commit

Permalink
Version 1.97.1
Browse files Browse the repository at this point in the history
 * Just updated libraries and API levels to keep this app available through Google Play Store
 * Bump version_code. I'm so tired of updating releases via Google…
  • Loading branch information
nilsbraden committed Mar 23, 2023
1 parent c05f74c commit a7432bf
Show file tree
Hide file tree
Showing 2 changed files with 157 additions and 156 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="1970"
android:versionName="1.97.0">
android:versionCode="1971"
android:versionName="1.97.1">

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

0 comments on commit a7432bf

Please sign in to comment.