-
Notifications
You must be signed in to change notification settings - Fork 185
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
v.0.1.10 Gradle 7.0.0 Android Studio Artic Fox. #69
base: develop
Are you sure you want to change the base?
Conversation
add github actions build
Ignore lines not starting with white space when parsing
remove reference to jcenter repo which was shutdown
resourceName, | ||
resourceId | ||
)); | ||
} else { | ||
//System.out.println("Obfuscating resource: " + resourceName); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个是想打印多一点信息吗?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
versions.support = "28.0.0" | ||
|
||
versions.bundletool = "0.10.0" | ||
versions.bundletool = "0.12.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
实测用最新的好像都可以,改一下一部分api就可以了,很好奇为什么不用最新的
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the last one?
No description provided.