Skip to content

Commit 33dba44

Browse files
committed
升级版本到3.4.6
1 parent 50ecb0e commit 33dba44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oklibrary/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ publishing { // 发布配置
7373
register<MavenPublication>("release") { // 注册一个名字为 release 的发布内容
7474
groupId = "com.gateoftruth.library"
7575
artifactId = "OkSimple"
76-
version = "3.4.3"
76+
version = "3.4.6"
7777

7878
afterEvaluate { // 在所有的配置都完成之后执行
7979
// 从当前 module 的 release 包中发布

0 commit comments

Comments
 (0)