Skip to content

Commit d3ee9c4

Browse files
committed
Build: Bump version to 1.1.6 and add changelog
1 parent 051cb79 commit d3ee9c4

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This is not an officially supported Google product.
1818
Gradle:
1919

2020
```gradle
21-
implementation 'me.zhanghai.android.libarchive:library:1.1.5'
21+
implementation 'me.zhanghai.android.libarchive:library:1.1.6'
2222
```
2323

2424
## Usage
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Updated libarchive to 3.8.1.

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ SONATYPE_HOST=CENTRAL_PORTAL
2828
RELEASE_SIGNING_ENABLED=true
2929

3030
GROUP=me.zhanghai.android.libarchive
31-
VERSION_NAME=1.1.5
32-
VERSION_CODE=10
31+
VERSION_NAME=1.1.6
32+
VERSION_CODE=11
3333

3434
POM_DESCRIPTION=libarchive for Android
3535
POM_URL=https://github.com/zhanghai/libarchive-android

0 commit comments

Comments
 (0)