Skip to content

Commit

Permalink
Release DSub 4.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Jul 18, 2014
1 parent 593587d commit 3b6151b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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="github.daneren2005.dsub"
android:installLocation="internalOnly"
android:versionCode="118"
android:versionName="4.7.2">
android:versionCode="119"
android:versionName="4.7.3">

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
Expand Down
6 changes: 6 additions & 0 deletions res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="4.7.3" versioncode="119" releasedate="7/18/2014">
<change>Require password for entering admin tab for security</change>
<change>Improvements to sync notifications</change>
<change>Fix crash on sharing</change>
<change>Misc bug fixes</change>
</release>
<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>
Expand Down

0 comments on commit 3b6151b

Please sign in to comment.