Skip to content

Commit 6ef0f9f

Browse files
committed
Upgrade xDL version to 1.1.5.
1 parent c11e971 commit 6ef0f9f

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.4-red.svg?style=flat)
5+
![](https://img.shields.io/badge/release-1.1.5-red.svg?style=flat)
66
![](https://img.shields.io/badge/Android-4.1%20--%2013-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.4'
64+
implementation 'io.hexhacking:xdl:1.1.5'
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.4-red.svg?style=flat)
5+
![](https://img.shields.io/badge/release-1.1.5-red.svg?style=flat)
66
![](https://img.shields.io/badge/Android-4.1%20--%2013-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.4'
64+
implementation 'io.hexhacking:xdl:1.1.5'
6565
}
6666
```
6767

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ext {
2121

2222
POM_GROUP_ID = "io.hexhacking"
2323
POM_ARTIFACT_ID = "xdl"
24-
POM_VERSION_NAME = "1.1.4"
24+
POM_VERSION_NAME = "1.1.5"
2525

2626
POM_NAME = "xDL Android Lib"
2727
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.4
25+
// xDL version: 1.1.5
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.4'
69+
implementation 'io.hexhacking:xdl:1.1.5'
7070
}
7171
}
7272

0 commit comments

Comments
 (0)