diff options
-rw-r--r-- | AndroidManifest.xml | 2 | ||||
-rw-r--r-- | res/xml/changelog.xml | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 758c4e24..f8b95100 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -2,7 +2,7 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="github.daneren2005.dsub"
android:installLocation="internalOnly"
- android:versionCode="115"
+ android:versionCode="116"
android:versionName="4.7.2">
<uses-permission android:name="android.permission.INTERNET"/>
diff --git a/res/xml/changelog.xml b/res/xml/changelog.xml index 5499f454..233d77de 100644 --- a/res/xml/changelog.xml +++ b/res/xml/changelog.xml @@ -1,12 +1,13 @@ <?xml version="1.0" encoding="utf-8"?> <changelog> - <release version="4.7.2" versioncode="115" releasedate="7/10/2014"> + <release version="4.7.2" versioncode="116" releasedate="7/10/2014"> <change>Android Wear notification support</change> <change>Selected drawer tab is now bold</change> <change>Scroll to song when clicked in search results</change> <change>Custom sort is now a toggle between sorting by year and alphabetical</change> <change>For persistent notification, use standard notification layout + x in corner</change> <change>Don't display type information for each song</change> + <change>Properly save songs for use with external players</change> <change>Return fast scrolling hack for devices still on Android 4.4.2</change> <change>Various bug fixes and enhancements</change> </release> |