Skip to content

Commit d1654c9

Browse files
build(lite): 更新版本号至 1.1.7
- 在 build.gradle 文件中修改了 versionName 从 1.1.6.1 到 1.1.7 - 此更新统一了项目的版本号,确保版本一致性
1 parent e3d0a3b commit d1654c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lite/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ android {
1717

1818
defaultConfig {
1919
minSdk 26
20-
versionName '1.1.6.1'
20+
versionName '1.1.7'
2121

2222
consumerProguardFiles('consumer-rules.pro')
2323
}

0 commit comments

Comments
 (0)