File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
![ ] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat )
4
4
![ ] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat )
5
- ![ ] ( https://img.shields.io/badge/release-1.1.4 -red.svg?style=flat )
5
+ ![ ] ( https://img.shields.io/badge/release-1.1.5 -red.svg?style=flat )
6
6
![ ] ( https://img.shields.io/badge/Android-4.1%20--%2013-blue.svg?style=flat )
7
7
![ ] ( https://img.shields.io/badge/arch-armeabi--v7a%20%7C%20arm64--v8a%20%7C%20x86%20%7C%20x86__64-blue.svg?style=flat )
8
8
@@ -61,7 +61,7 @@ android {
61
61
}
62
62
63
63
dependencies {
64
- implementation 'io.hexhacking:xdl:1.1.4 '
64
+ implementation 'io.hexhacking:xdl:1.1.5 '
65
65
}
66
66
```
67
67
Original file line number Diff line number Diff line change 2
2
3
3
![ ] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat )
4
4
![ ] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat )
5
- ![ ] ( https://img.shields.io/badge/release-1.1.4 -red.svg?style=flat )
5
+ ![ ] ( https://img.shields.io/badge/release-1.1.5 -red.svg?style=flat )
6
6
![ ] ( https://img.shields.io/badge/Android-4.1%20--%2013-blue.svg?style=flat )
7
7
![ ] ( https://img.shields.io/badge/arch-armeabi--v7a%20%7C%20arm64--v8a%20%7C%20x86%20%7C%20x86__64-blue.svg?style=flat )
8
8
@@ -61,7 +61,7 @@ android {
61
61
}
62
62
63
63
dependencies {
64
- implementation 'io.hexhacking:xdl:1.1.4 '
64
+ implementation 'io.hexhacking:xdl:1.1.5 '
65
65
}
66
66
```
67
67
Original file line number Diff line number Diff line change 21
21
22
22
POM_GROUP_ID = " io.hexhacking"
23
23
POM_ARTIFACT_ID = " xdl"
24
- POM_VERSION_NAME = " 1.1.4 "
24
+ POM_VERSION_NAME = " 1.1.5 "
25
25
26
26
POM_NAME = " xDL Android Lib"
27
27
POM_DESCRIPTION = " xDL is an enhanced implementation of the Android DL series functions."
Original file line number Diff line number Diff line change 22
22
// Created by caikelun on 2020-10-04.
23
23
24
24
//
25
- // xDL version: 1.1.4
25
+ // xDL version: 1.1.5
26
26
//
27
27
// xDL is an enhanced implementation of the Android DL series functions.
28
28
// For more information, documentation, and the latest version please check:
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ dependencies {
66
66
if (rootProject. ext. dependencyOnLocalLibrary) {
67
67
implementation project(' :xdl' )
68
68
} else {
69
- implementation ' io.hexhacking:xdl:1.1.4 '
69
+ implementation ' io.hexhacking:xdl:1.1.5 '
70
70
}
71
71
}
72
72
You can’t perform that action at this time.
0 commit comments