mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Merge "Recognizing Launcher builds consisting only of digits" into sc-v2-dev
This commit is contained in:
@@ -41,7 +41,7 @@ public class TestStabilityRule implements TestRule {
|
||||
Pattern.compile("^("
|
||||
+ "(?<local>(BuildFromAndroidStudio|"
|
||||
+ "([0-9]+|[A-Z])-eng\\.[a-z]+\\.[0-9]+\\.[0-9]+))|"
|
||||
+ "(?<platform>[A-Z]([a-z]|[0-9])*)"
|
||||
+ "(?<platform>([A-Z][a-z]*[0-9]*|[0-9]+)*)"
|
||||
+ ")$");
|
||||
private static final Pattern PLATFORM_BUILD =
|
||||
Pattern.compile("^("
|
||||
|
||||
Reference in New Issue
Block a user