Skip to content

Commit 32c3ca3

Browse files
committed
Release 0.3.8
1 parent 013a38e commit 32c3ca3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
0.3.8:
1+
`0.3.8:
22
* Works with Android 4.2 again
33
* Translation for spanish, polish, dutch, russian, portuguese, greek, turkish, serbian, hebrew
4+
* Fix Android theme issues
5+
* Properly ask for external storage permissions when browsing for a container
46

57
0.3.7:
68
* Works with pyLoad v0.4.20

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="org.pyload.android.client"
4-
android:versionCode="20"
5-
android:versionName="0.3.7">
4+
android:versionCode="21"
5+
android:versionName="0.3.8">
66

77
<uses-permission android:name="android.permission.INTERNET"/>
88
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>

0 commit comments

Comments
 (0)