fix(ci): 因换行缺失的导致签名信息写入错误
This commit is contained in:
parent
df3e4ee3fa
commit
426c15dac5
1 changed files with 2 additions and 1 deletions
|
|
@ -20,4 +20,5 @@ kotlin.code.style=official
|
|||
# Enables namespacing of each library's R class so that its R class includes only the
|
||||
# resources declared in the library itself and none from the library's dependencies,
|
||||
# thereby reducing the size of the R class for that library
|
||||
android.nonTransitiveRClass=true
|
||||
android.nonTransitiveRClass=true
|
||||
# 下面是为工作流写入应用签名内容预留的空行,勿删
|
||||
|
|
|
|||
Loading…
Reference in a new issue