Skip to content

Commit

Permalink
Upgrade xDL version to 1.1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
caikelun committed Aug 29, 2022
1 parent c11e971 commit 6ef0f9f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)
![](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)
![](https://img.shields.io/badge/release-1.1.4-red.svg?style=flat)
![](https://img.shields.io/badge/release-1.1.5-red.svg?style=flat)
![](https://img.shields.io/badge/Android-4.1%20--%2013-blue.svg?style=flat)
![](https://img.shields.io/badge/arch-armeabi--v7a%20%7C%20arm64--v8a%20%7C%20x86%20%7C%20x86__64-blue.svg?style=flat)

Expand Down Expand Up @@ -61,7 +61,7 @@ android {
}
dependencies {
implementation 'io.hexhacking:xdl:1.1.4'
implementation 'io.hexhacking:xdl:1.1.5'
}
```

Expand Down
4 changes: 2 additions & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)
![](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)
![](https://img.shields.io/badge/release-1.1.4-red.svg?style=flat)
![](https://img.shields.io/badge/release-1.1.5-red.svg?style=flat)
![](https://img.shields.io/badge/Android-4.1%20--%2013-blue.svg?style=flat)
![](https://img.shields.io/badge/arch-armeabi--v7a%20%7C%20arm64--v8a%20%7C%20x86%20%7C%20x86__64-blue.svg?style=flat)

Expand Down Expand Up @@ -61,7 +61,7 @@ android {
}
dependencies {
implementation 'io.hexhacking:xdl:1.1.4'
implementation 'io.hexhacking:xdl:1.1.5'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ext {

POM_GROUP_ID = "io.hexhacking"
POM_ARTIFACT_ID = "xdl"
POM_VERSION_NAME = "1.1.4"
POM_VERSION_NAME = "1.1.5"

POM_NAME = "xDL Android Lib"
POM_DESCRIPTION = "xDL is an enhanced implementation of the Android DL series functions."
Expand Down
2 changes: 1 addition & 1 deletion xdl/src/main/cpp/include/xdl.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
// Created by caikelun on 2020-10-04.

//
// xDL version: 1.1.4
// xDL version: 1.1.5
//
// xDL is an enhanced implementation of the Android DL series functions.
// For more information, documentation, and the latest version please check:
Expand Down
2 changes: 1 addition & 1 deletion xdl_sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {
if (rootProject.ext.dependencyOnLocalLibrary) {
implementation project(':xdl')
} else {
implementation 'io.hexhacking:xdl:1.1.4'
implementation 'io.hexhacking:xdl:1.1.5'
}
}

Expand Down

0 comments on commit 6ef0f9f

Please sign in to comment.