Skip to content

Commit 590f5a2

Browse files
authored
Merge pull request #139 from solrudev/develop
0.15.3
2 parents 226e0e3 + 71cd047 commit 590f5a2

5 files changed

Lines changed: 16 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Ackpine depends on Jetpack libraries, so it's also necessary to add the `google(
3535

3636
```toml
3737
[versions]
38-
ackpine = "0.15.2"
38+
ackpine = "0.15.3"
3939

4040
[libraries]
4141
ackpine-core = { module = "ru.solrudev.ackpine:ackpine-core", version.ref = "ackpine" }
@@ -76,7 +76,7 @@ ackpine = [
7676

7777
```kotlin
7878
dependencies {
79-
val ackpineVersion = "0.15.2"
79+
val ackpineVersion = "0.15.3"
8080
implementation("ru.solrudev.ackpine:ackpine-core:$ackpineVersion")
8181

8282
// optional - Kotlin extensions and Coroutines support
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-dontwarn com.github.luben.zstd.ZstdInputStream
2+
-dontwarn org.tukaani.xz.MemoryLimitException
3+
-dontwarn org.tukaani.xz.SingleXZInputStream
4+
-dontwarn org.tukaani.xz.XZInputStream

docs/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Change Log
22
==========
33

4+
Version 0.15.3 (2025-08-21)
5+
---------------------------
6+
7+
### Bug fixes and improvements
8+
9+
- Hotfix: add ProGuard rules for Ackpine Compress.
10+
411
Version 0.15.2 (2025-08-21)
512
---------------------------
613

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Ackpine depends on Jetpack libraries, so it's also necessary to add the `google(
2929

3030
```toml
3131
[versions]
32-
ackpine = "0.15.2"
32+
ackpine = "0.15.3"
3333

3434
[libraries]
3535
ackpine-core = { module = "ru.solrudev.ackpine:ackpine-core", version.ref = "ackpine" }
@@ -68,7 +68,7 @@ Ackpine depends on Jetpack libraries, so it's also necessary to add the `google(
6868

6969
```kotlin
7070
dependencies {
71-
val ackpineVersion = "0.15.2"
71+
val ackpineVersion = "0.15.3"
7272
implementation("ru.solrudev.ackpine:ackpine-core:$ackpineVersion")
7373

7474
// optional - Kotlin extensions and Coroutines support

version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MAJOR_VERSION=0
22
MINOR_VERSION=15
3-
PATCH_VERSION=2
3+
PATCH_VERSION=3
44
SUFFIX=
55
SNAPSHOT=false

0 commit comments

Comments
 (0)