Skip to content

Commit

Permalink
android/AndroidManifest.xml: update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed Apr 3, 2019
1 parent 5201147 commit 9776e43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.musicpd"
android:installLocation="auto"
android:versionCode="28"
android:versionName="0.21.6">
android:versionCode="29"
android:versionName="0.21.7">

<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="26"/>

Expand Down

0 comments on commit 9776e43

Please sign in to comment.