Skip to content

Commit

Permalink
Upgrade version number for v1.1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
caikelun committed Jun 18, 2022
1 parent 02e7b0b commit e8af9ab
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.3-red.svg?style=flat)
![](https://img.shields.io/badge/release-1.1.4-red.svg?style=flat)
![](https://img.shields.io/badge/Android-4.1%20--%2012-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.3'
implementation 'io.hexhacking:xdl:1.1.4'
}
```

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.3-red.svg?style=flat)
![](https://img.shields.io/badge/release-1.1.4-red.svg?style=flat)
![](https://img.shields.io/badge/Android-4.1%20--%2012-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.3'
implementation 'io.hexhacking:xdl:1.1.4'
}
```

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

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

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.3
// xDL version: 1.1.4
//
// 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.3'
implementation 'io.hexhacking:xdl:1.1.4'
}
}

Expand Down

0 comments on commit e8af9ab

Please sign in to comment.