feat: support upside-down-cake/vanilla-ice-cream sdk shorthand (#3113)

This commit is contained in:
Connor Tumbleson
2023-07-02 05:35:45 -04:00
committed by GitHub
parent 5cd94d6aa0
commit 70d941d18d
3 changed files with 7 additions and 2 deletions

View File

@ -101,7 +101,7 @@ public class InvalidSdkBoundingTest extends BaseTest {
AndrolibResources androlibResources = new AndrolibResources();
Map<String, String> sdkInfo = new LinkedHashMap<>();
sdkInfo.put("targetSdkVersion", "T");
sdkInfo.put("targetSdkVersion", "VANILLAICECREAM");
androlibResources.setSdkInfo(sdkInfo);
assertEquals("10000", androlibResources.checkTargetSdkVersionBounds());