diff options
author | Scott Jackson <daneren2005@gmail.com> | 2013-01-30 19:57:52 -0800 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2013-01-30 19:57:52 -0800 |
commit | 656dcf8b5816394e68354dd9b9f6c567bec173ad (patch) | |
tree | ce9c58594c97f81ca9eacb89507049185f62a522 /subsonic-android/AndroidManifest.xml | |
parent | 9a3e1a665bdd2e0a8f6fdc7aaa20bf1c63acb29e (diff) | |
parent | 22563edb7c8227fe1aa6de6a9ccb8f83c8c54257 (diff) | |
download | dsub-656dcf8b5816394e68354dd9b9f6c567bec173ad.tar.gz dsub-656dcf8b5816394e68354dd9b9f6c567bec173ad.tar.bz2 dsub-656dcf8b5816394e68354dd9b9f6c567bec173ad.zip |
Merge master into Experimental
Diffstat (limited to 'subsonic-android/AndroidManifest.xml')
-rw-r--r-- | subsonic-android/AndroidManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/subsonic-android/AndroidManifest.xml b/subsonic-android/AndroidManifest.xml index 03043c2d..0f915865 100644 --- a/subsonic-android/AndroidManifest.xml +++ b/subsonic-android/AndroidManifest.xml @@ -2,8 +2,8 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="github.daneren2005.dsub"
android:installLocation="internalOnly"
- android:versionCode="31"
- android:versionName="3.7.0">
+ android:versionCode="35"
+ android:versionName="3.7.2">
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
|