We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd19db7 commit 2161229Copy full SHA for 2161229
assets/changelog.txt
@@ -1,4 +1,4 @@
1
-80/1.9.8.2
+80/1.9.8.2.1
2
Support for v.redd.it links
3
Preference to enable video playback controls (thanks to ahomphophone)
4
Perform temporary file pruning in the background
src/main/AndroidManifest.xml
@@ -18,8 +18,8 @@
18
19
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
20
package="org.quantumbadger.redreader"
21
- android:versionCode="80"
22
- android:versionName="1.9.8.2"
+ android:versionCode="81"
+ android:versionName="1.9.8.2.1"
23
android:installLocation="auto">
24
25
<uses-sdk android:minSdkVersion="14"
0 commit comments