Skip to content

Commit

Permalink
fix menu count
Browse files Browse the repository at this point in the history
  • Loading branch information
friedger committed Feb 12, 2017
1 parent ca27ffe commit 54189e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DistributionLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

group = 'org.openintents'
version = '1.2'
version = '1.2.1'

android {
compileSdkVersion rootProject.ext.compileSdkVersion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class DistributionLibrary {
* Number of menu IDs that should be reserved
* for DistributionLibrary.
*/
public static final int MENU_COUNT = 3;
public static final int MENU_COUNT = 4;
public static final int DIALOG_COUNT = MENU_COUNT;


Expand Down

0 comments on commit 54189e6

Please sign in to comment.