Skip to content

Commit

Permalink
Release 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
GammaC0de committed Jul 31, 2021
1 parent 013a38e commit 32c3ca3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
0.3.8:
`0.3.8:
* Works with Android 4.2 again
* Translation for spanish, polish, dutch, russian, portuguese, greek, turkish, serbian, hebrew
* Fix Android theme issues
* Properly ask for external storage permissions when browsing for a container

0.3.7:
* Works with pyLoad v0.4.20
Expand Down
4 changes: 2 additions & 2 deletions app/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="org.pyload.android.client"
android:versionCode="20"
android:versionName="0.3.7">
android:versionCode="21"
android:versionName="0.3.8">

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
Expand Down

0 comments on commit 32c3ca3

Please sign in to comment.