Skip to content

Commit 7c1ef82

Browse files
committed
chore(version): 更新版本号至4.0.11
- 将versionCode从40010更新到40011 - 将versionName从4.0.10更新到4.0.11 - 更新README中的依赖版本引用 - 更新gradle构建脚本中的发布版本号
1 parent b8cc006 commit 7c1ef82

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

NodeMediaClient/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
defaultConfig {
99
minSdkVersion 21
1010
targetSdkVersion 33
11-
versionCode 40010
12-
versionName "4.0.10"
11+
versionCode 40011
12+
versionName "4.0.11"
1313
}
1414

1515
buildTypes {
@@ -33,7 +33,7 @@ afterEvaluate {
3333
from components.release
3434
groupId = 'com.github.NodeMedia'
3535
artifactId = 'NodeMediaClient-Android'
36-
version = '4.0.10'
36+
version = '4.0.11'
3737
}
3838
}
3939
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencyResolutionManagement {
4444
### 2. Add the dependency
4545
```
4646
dependencies {
47-
implementation 'com.github.NodeMedia:NodeMediaClient-Android:4.0.10'
47+
implementation 'com.github.NodeMedia:NodeMediaClient-Android:4.0.11'
4848
}
4949
```
5050

0 commit comments

Comments
 (0)