Skip to content

Commit

Permalink
Bump version to 3.6.4 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
baka-kaba committed Apr 5, 2019
1 parent 831d6bf commit acfc87a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Awful.apk/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.ferg.awfulapp"
android:versionCode="185"
android:versionName="3.6.2"
android:versionCode="186"
android:versionName="3.6.4"
android:installLocation="auto">
<supports-screens
android:smallScreens="true"
Expand All @@ -23,7 +23,9 @@
android:hardwareAccelerated="true"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher"
android:theme="@style/Theme.AwfulTheme.Launcher">
android:theme="@style/Theme.AwfulTheme.Launcher"
android:usesCleartextTraffic="true"
>
<uses-library android:name="org.apache.http.legacy" android:required="false" />

<!--
Expand Down
9 changes: 9 additions & 0 deletions Awful.apk/src/main/assets/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
<!-- See the Changelog code for the expected structure of this document -->

<main>
<section>
<h2>3.6.4</h2>
<ul>
<li>Fixed broken stuff from the terrible non-https internet badlands</li>
<li>WebP is an image format, we knew that, so do our menus</li>
<li>"Keep screen on" keeps on keeping the screen on (should be more reliable)</li>
</ul>
</section>

<section>
<h2>3.6.2</h2>
<ul>
Expand Down

0 comments on commit acfc87a

Please sign in to comment.