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 27ea24d commit 3f01048Copy full SHA for 3f01048
assets/changelog.txt
@@ -1,4 +1,4 @@
1
-80/1.9.9
+80/1.9.8.2
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="79"
22
- android:versionName="1.9.8.1"
+ android:versionCode="80"
+ android:versionName="1.9.8.2"
23
android:installLocation="auto">
24
25
<uses-sdk android:minSdkVersion="14"
0 commit comments