Skip to content

Commit 7af4c87

Browse files
committed
chore: bump dependencies
1 parent 07bcbb7 commit 7af4c87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

settings.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencyResolutionManagement {
1616
}
1717
}
1818
plugins {
19-
id("com.highcapable.gropify") version "1.0.0"
19+
id("com.highcapable.gropify") version "1.0.1"
2020
}
2121
gropify {
2222
global {
@@ -30,8 +30,8 @@ gropify {
3030
}
3131
android {
3232
includeKeys("GITHUB_CI_COMMIT_ID")
33-
// 关闭类型自动转换功能,防止一些特殊 "COMMIT ID" 被生成为数值
34-
useTypeAutoConversion = false
33+
// 手动指定类型,防止一些特殊 "COMMIT ID" 被生成为数值
34+
keyValuesRules("GITHUB_CI_COMMIT_ID" to ValueRule(String::class))
3535
}
3636
}
3737
rootProject { common { isEnabled = false } }

0 commit comments

Comments
 (0)