Skip to content

Commit e8af9ab

Browse files
committed
Upgrade version number for v1.1.4.
1 parent 02e7b0b commit e8af9ab

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)
44
![](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)
5-
![](https://img.shields.io/badge/release-1.1.3-red.svg?style=flat)
5+
![](https://img.shields.io/badge/release-1.1.4-red.svg?style=flat)
66
![](https://img.shields.io/badge/Android-4.1%20--%2012-blue.svg?style=flat)
77
![](https://img.shields.io/badge/arch-armeabi--v7a%20%7C%20arm64--v8a%20%7C%20x86%20%7C%20x86__64-blue.svg?style=flat)
88

@@ -61,7 +61,7 @@ android {
6161
}
6262
6363
dependencies {
64-
implementation 'io.hexhacking:xdl:1.1.3'
64+
implementation 'io.hexhacking:xdl:1.1.4'
6565
}
6666
```
6767

README.zh-CN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)
44
![](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)
5-
![](https://img.shields.io/badge/release-1.1.3-red.svg?style=flat)
5+
![](https://img.shields.io/badge/release-1.1.4-red.svg?style=flat)
66
![](https://img.shields.io/badge/Android-4.1%20--%2012-blue.svg?style=flat)
77
![](https://img.shields.io/badge/arch-armeabi--v7a%20%7C%20arm64--v8a%20%7C%20x86%20%7C%20x86__64-blue.svg?style=flat)
88

@@ -61,7 +61,7 @@ android {
6161
}
6262
6363
dependencies {
64-
implementation 'io.hexhacking:xdl:1.1.3'
64+
implementation 'io.hexhacking:xdl:1.1.4'
6565
}
6666
```
6767

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ext {
3434

3535
POM_GROUP_ID = "io.hexhacking"
3636
POM_ARTIFACT_ID = "xdl"
37-
POM_VERSION_NAME = "1.1.3"
37+
POM_VERSION_NAME = "1.1.4"
3838

3939
POM_NAME = "xDL Android Lib"
4040
POM_DESCRIPTION = "xDL is an enhanced implementation of the Android DL series functions."

xdl/src/main/cpp/include/xdl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// Created by caikelun on 2020-10-04.
2323

2424
//
25-
// xDL version: 1.1.3
25+
// xDL version: 1.1.4
2626
//
2727
// xDL is an enhanced implementation of the Android DL series functions.
2828
// For more information, documentation, and the latest version please check:

xdl_sample/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dependencies {
6666
if (rootProject.ext.dependencyOnLocalLibrary) {
6767
implementation project(':xdl')
6868
} else {
69-
implementation 'io.hexhacking:xdl:1.1.3'
69+
implementation 'io.hexhacking:xdl:1.1.4'
7070
}
7171
}
7272

0 commit comments

Comments
 (0)