Skip to content

Commit

Permalink
Chagnging android suffix (facebook#5787)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewindso committed Mar 20, 2017
1 parent ba0b8f6 commit c7e5ad8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions local-cli/bundle/assetPathUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@

function getAndroidAssetSuffix(scale) {
switch (scale) {
case 0.75: return 'ldpi';
case 1: return 'mdpi';
case 1.5: return 'hdpi';
case 2: return 'xhdpi';
case 3: return 'xxhdpi';
case 4: return 'xxxhdpi';
case 0.75: return 'ldpi-v4';
case 1: return 'mdpi-v4';
case 1.5: return 'hdpi-v4';
case 2: return 'xhdpi-v4';
case 3: return 'xxhdpi-v4';
case 4: return 'xxxhdpi-v4';
}
}

Expand Down

0 comments on commit c7e5ad8

Please sign in to comment.