Skip to content

Commit

Permalink
Push versionCode due to issues with play store...
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsbraden committed Aug 4, 2020
1 parent 453d444 commit 561f326
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 @@ -3,8 +3,8 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:installLocation="internalOnly"
android:versionCode="1956"
android:versionName="1.95.6">
android:versionCode="1957"
android:versionName="1.95.7">

<!-- 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.95.6
<item>Version 1.95.7
* Implement dark mode following system-wide dark mode (or battery-saver on Android Pie or earlier)
* Enable automatic dark theme by default
* Use OkHttp library to allow using TLSv1.3 on Android Pie or earlier</item>
Expand Down

0 comments on commit 561f326

Please sign in to comment.