Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add targetSdk in rules #56

Merged
merged 3 commits into from
Nov 3, 2023
Merged

add targetSdk in rules #56

merged 3 commits into from
Nov 3, 2023

Conversation

firmianay
Copy link
Contributor

#55

// 默认支持全部API级别
[1, 2, ..., 49, 50]

// 在规则文件中灵活指定API级别
"targetSdk": ":3, 8:10, 13, 18:20, 38:"
// 解析结果
[1, 2, 3, 8, 9, 10, 13, 18, 19, 20, 38, 39, ..., 50]

@nkbai nkbai merged commit ee56540 into bytedance:main Nov 3, 2023
2 checks passed
@firmianay firmianay deleted the dev3 branch November 3, 2023 06:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants