Skip to content

Commit

Permalink
revert commit: 7d5d633
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches committed Jun 5, 2013
1 parent 38de566 commit a4a22a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,6 @@ private String generateQualifiers() {
case UI_MODE_TYPE_APPLIANCE:
ret.append("-appliance");
break;
case UI_MODE_TYPE_INVERTED:
ret.append("-inverted");
break;
}
switch (uiMode & MASK_UI_MODE_NIGHT) {
case UI_MODE_NIGHT_YES:
Expand Down Expand Up @@ -465,7 +462,6 @@ public int hashCode() {
public final static byte UI_MODE_TYPE_CAR = 0x03;
public final static byte UI_MODE_TYPE_TELEVISION = 0x04;
public final static byte UI_MODE_TYPE_APPLIANCE = 0x05;
public final static byte UI_MODE_TYPE_INVERTED = 0x45;
public final static byte UI_MODE_TYPE_SMALLUI = 0x0c;
public final static byte UI_MODE_TYPE_MEDIUMUI = 0x0d;
public final static byte UI_MODE_TYPE_LARGEUI = 0x0e;
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
apply plugin: 'java'
apply plugin: 'maven'
apply plugin: 'license'
ext.apktoolversion = '2.0.0-SNAPSHOT'
ext.apktoolversion = '2.0.0-Beta1'
ext.fullrev = '';
ext.gitrev_version = '';

Expand Down

0 comments on commit a4a22a2

Please sign in to comment.