-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
新功能描述
希望能在规则中增加版本代码比较功能(因为版本代码是纯数字,感觉可以使用整型的比较功能),可以在rules中通过maxVersionCode、minVersionCode或类似的字段来创建启用该规则的区间,只存在一个字段时范围为[0,max]或[min,+∞)这样的,两个字段同时存在应该就是[min,max]这样的。
跟原有的includeVersionCodes和excludeVersionCodes的同时存在时什么字段生效或许需要进一步讨论。
以下列出两种想法:
include仅在区间外属于有效字段,exclude仅在区间内属于有效字段include直接失效,exclude仅在区间内属于有效字段
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request