Skip to content

Commit ce45dca

Browse files
committed
build: 更新版本号
1 parent 1b1b50e commit ce45dca

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# 更新日志
22

3+
## 2.2.2(75)
4+
5+
- 【优化】一些优化
6+
37
## 2.2.1(74)
48

59
- 【新增】教程新增学习记录

gradle/config.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ ext {
44
minSdkVersion : 21,
55
targetSdkVersion : 30,
66
buildToolsVersion: "30.0.3",
7-
versionCode : 74,
8-
versionName : "2.2.1", //-beta1
7+
versionCode : 75,
8+
versionName : "2.2.2", //-beta1
99
]
1010

1111
compileOptions = [

0 commit comments

Comments
 (0)