Skip to content

Commit

Permalink
release: v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
panpf committed Feb 4, 2024
1 parent 1e24b76 commit 8e5debe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

Translations: [简体中文](CHANGELOG_zh.md)

## v1.0.2-SNAPSHOT
## v1.0.2

* fix: Fix the bug that ZoomImageView crashes due to the TypedArray.close() method in API 30 and
below versions. [#15](https://github.com/panpf/zoomimage/issues/15)
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG_zh.md
Expand Up @@ -2,7 +2,7 @@

翻译:[English](CHANGELOG.md)

## v1.0.2-SNAPSHOT
## v1.0.2

* fix: 修复 ZoomImageView 在 API 30 及以下版本因 TypedArray.close() 方法崩溃的
bug. [#15](https://github.com/panpf/zoomimage/issues/15)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -29,7 +29,7 @@ minSdk21=21
targetSdk=28
compileSdk=34
versionCode=17
versionName=1.0.2-SNAPSHOT
versionName=1.0.2
#
#------------------------------------------ publish config ----------------------------------------#
GROUP=io.github.panpf.zoomimage
Expand Down

0 comments on commit 8e5debe

Please sign in to comment.