fix(ci): 因换行缺失的导致签名信息写入错误

This commit is contained in:
Super12138 2025-02-07 22:22:39 +08:00 committed by GitHub
parent df3e4ee3fa
commit 426c15dac5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
# 下面是为工作流写入应用签名内容预留的空行,勿删