Skip to content

Commit

Permalink
Upgrade version to 2.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
caikelun committed Aug 8, 2024
1 parent 7ce2260 commit 68154be
Show file tree
Hide file tree
Showing 4 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-2.1.1-red.svg?style=flat)
![](https://img.shields.io/badge/release-2.2.0-red.svg?style=flat)
![](https://img.shields.io/badge/Android-4.1%20--%2014-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 @@ -53,7 +53,7 @@ android {
}
dependencies {
implementation 'io.github.hexhacking:xdl:2.1.1'
implementation 'io.github.hexhacking:xdl:2.2.0'
}
```

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-2.1.1-red.svg?style=flat)
![](https://img.shields.io/badge/release-2.2.0-red.svg?style=flat)
![](https://img.shields.io/badge/Android-4.1%20--%2014-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 @@ -53,7 +53,7 @@ android {
}
dependencies {
implementation 'io.github.hexhacking:xdl:2.1.1'
implementation 'io.github.hexhacking:xdl:2.2.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ ext {
abiFilters = "armeabi-v7a,arm64-v8a,x86,x86_64"
useASAN = false
dependencyOnLocalLibrary = true
xdlVersion = "2.1.1"
xdlVersion = "2.2.0"

POM_GROUP_ID = "io.github.hexhacking"
POM_ARTIFACT_ID = "xdl"
POM_VERSION_NAME = "2.1.1"
POM_VERSION_NAME = "2.2.0"

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: 2.1.1
// xDL version: 2.2.0
//
// xDL is an enhanced implementation of the Android DL series functions.
// For more information, documentation, and the latest version please check:
Expand Down

0 comments on commit 68154be

Please sign in to comment.