Skip to content

Commit

Permalink
set minimum android_parser to 2.7 and bump 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
icyleaf committed Jun 28, 2024
1 parent d996525 commit eb8b460
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

> List all changes before release a new version.
## [3.1.3] (2024-06-27)
## [3.1.4] (2024-06-27)

### Added

Expand All @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Fixed

- Android(apk): Fix Unknown chunk type 0x0203
- Android(apk): Fix Unknown chunk type 0x0203. #[icyleaf/android_parser#6](https://github.com/icyleaf/android_parser/issues/6)
- Android(apk): Fix 3bits of lang and country in locales.

## [3.1.2] (2024-06-25)
Expand Down Expand Up @@ -355,7 +355,8 @@ Dropped Ruby 2.5 ~ 3.0 support (no changes required.).

- Updated dependency of CFPropertly list be a range between 2.3.4. (thanks @[cschroed](https://github.com/cschroed))

[Unreleased]: https://github.com/icyleaf/app-info/compare/v3.1.2..HEAD
[Unreleased]: https://github.com/icyleaf/app-info/compare/v3.1.4..HEAD
[3.1.4]: https://github.com/icyleaf/app-info/compare/v3.1.2...v3.1.4
[3.1.2]: https://github.com/icyleaf/app-info/compare/v3.1.0...v3.1.2
[3.1.0]: https://github.com/icyleaf/app-info/compare/v3.0.0...v3.1.0
[3.0.0]: https://github.com/icyleaf/app-info/compare/v2.8.5...v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion app_info.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'base64', '~> 0.2.0'
spec.add_dependency 'image_size', '>= 1.5', '< 3.5'
spec.add_dependency 'ruby-macho', '>= 1.4', '< 5'
spec.add_dependency 'android_parser', '>= 2.6.0', '< 3.0'
spec.add_dependency 'android_parser', '>= 2.7', '< 3.0'
spec.add_dependency 'rubyzip', '>= 1.2', '< 3.0'
spec.add_dependency 'uuidtools', '>= 2.1.5', '< 2.3.0'
spec.add_dependency 'icns', '~> 0.2.0'
Expand Down
2 changes: 1 addition & 1 deletion lib/app_info/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module AppInfo
VERSION = '3.1.3'
VERSION = '3.1.4'
end

0 comments on commit eb8b460

Please sign in to comment.