Skip to content

Commit

Permalink
* new APK build for Play Store
Browse files Browse the repository at this point in the history
  • Loading branch information
mars3142 committed Apr 28, 2014
1 parent 081ba1f commit ba0527b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ apply plugin: 'android'
android {
def versionMajor = 0
def versionMinor = 4
def versionPatch = 0
def versionBuild = 2
def versionPatch = 1
def versionBuild = 0

compileSdkVersion 19
buildToolsVersion "19.0.3"
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/menu/nav_drawer_closed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
android:title="@string/action_delete" />

<item
android:visible="false"
android:id="@+id/action_blacklist"
android:orderInCategory="99"
android:showAsAction="never"
Expand All @@ -19,4 +20,5 @@
android:orderInCategory="100"
android:showAsAction="never"
android:title="@string/action_settings" />

</menu>
1 change: 1 addition & 0 deletions app/src/main/res/menu/nav_drawer_open.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:visible="false"
android:id="@+id/action_blacklist"
android:orderInCategory="99"
android:showAsAction="never"
Expand Down

0 comments on commit ba0527b

Please sign in to comment.