From 68154befdfb29c0b13a9cfd02f366c2e90916703 Mon Sep 17 00:00:00 2001 From: caikelun Date: Thu, 8 Aug 2024 17:56:58 +0800 Subject: [PATCH] Upgrade version to 2.2.0. --- README.md | 4 ++-- README.zh-CN.md | 4 ++-- build.gradle | 4 ++-- xdl/src/main/cpp/include/xdl.h | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fea26e9..ed31772 100644 --- a/README.md +++ b/README.md @@ -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) @@ -53,7 +53,7 @@ android { } dependencies { - implementation 'io.github.hexhacking:xdl:2.1.1' + implementation 'io.github.hexhacking:xdl:2.2.0' } ``` diff --git a/README.zh-CN.md b/README.zh-CN.md index 519dc5c..5f89747 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -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) @@ -53,7 +53,7 @@ android { } dependencies { - implementation 'io.github.hexhacking:xdl:2.1.1' + implementation 'io.github.hexhacking:xdl:2.2.0' } ``` diff --git a/build.gradle b/build.gradle index 826fb21..3e23f38 100644 --- a/build.gradle +++ b/build.gradle @@ -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." diff --git a/xdl/src/main/cpp/include/xdl.h b/xdl/src/main/cpp/include/xdl.h index 6bbbba6..abf4422 100644 --- a/xdl/src/main/cpp/include/xdl.h +++ b/xdl/src/main/cpp/include/xdl.h @@ -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: