Skip to content

Commit 9d6189d

Browse files
committed
Upgrade xDL version to 1.2.1.
1 parent 1805435 commit 9d6189d

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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.2.0-red.svg?style=flat)
5+
![](https://img.shields.io/badge/release-1.2.1-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.2.0'
64+
implementation 'io.hexhacking:xdl:1.2.1'
6565
}
6666
```
6767

README.zh-CN.md

Lines changed: 2 additions & 2 deletions
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.2.0-red.svg?style=flat)
5+
![](https://img.shields.io/badge/release-1.2.1-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.2.0'
64+
implementation 'io.hexhacking:xdl:1.2.1'
6565
}
6666
```
6767

build.gradle

Lines changed: 1 addition & 1 deletion
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.2.0"
24+
POM_VERSION_NAME = "1.2.1"
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

Lines changed: 1 addition & 1 deletion
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.2.0
25+
// xDL version: 1.2.1
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

Lines changed: 1 addition & 1 deletion
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.2.0'
69+
implementation 'io.hexhacking:xdl:1.2.1'
7070
}
7171
}
7272

0 commit comments

Comments
 (0)