We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a636fc9 commit ae41295Copy full SHA for ae41295
AndroidManifest.xml
@@ -1,8 +1,8 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
package="de.qspool.clementineremote"
4
- android:versionCode="25"
5
- android:versionName="8.2" >
+ android:versionCode="26"
+ android:versionName="8.3" >
6
7
<uses-sdk android:minSdkVersion="8"
8
android:targetSdkVersion="19" />
changelog.txt
@@ -1,3 +1,8 @@
+Version 8.3
+ Bugfixes:
+ - Fixed crash on tablets.
+ - Fix crash in playlist.
+
Version 8.2
Improvements:
- Updated project URL to new GitHub repository
0 commit comments