icyleaf / app-info

Teardown parser tool for mac, windows and mobile app (ipa, apk and aab file) and dSYM.zip file, analysis metedata like version, name, icon etc.
MIT License
51 stars 8 forks source link

chore(deps): update android_parser requirement from ~> 2.4.1 to >= 2.4.1, < 2.6.0 #42

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on android_parser to permit the latest version.

Changelog

Sourced from android_parser's changelog.

2.5.0

New begins!

0.7.0

  • implement Apk#signs, Apk#certificates and Manifest#version_name (#14, #15)
  • bugfix

0.6.0

  • implement Android::Apk#layouts(#10), Android::Apk#icon(#11), Android::Apk#label(#12),
  • fix bug (#13)

0.5.1

  • #8 add Android::Manifest#label
  • #7 fix wrong boolean value in manifest parser
  • #6 add accessor Android::Manifest#doc

0.5.0

  • [issue #1] implement Android::Resource#find, #res_readable_id, #res_hex_id methods

0.4.2

  • fix bugs(#2, #3)
  • divide change log from readme

0.4.1

  • fix typo
  • add document

0.4.0

  • add resource parser
  • enhance dex parser

0.3.0

  • add and change name space
  • add Android::Utils module and some util methods
  • add Apk#entry, Apk#each_entry, and Apk#time methods,

0.2.0

  • update documents
  • add Apk::Dex#each_strings, Apk::Dex#each_class_names

0.1.2

... (truncated)

Commits
  • 90ccc37 Merge branch 'master' of github.com:icyleaf/ruby_apk
  • 5df4039 Merge pull request #1 from icyleaf/feature/android-app-links-support
  • 8461cf7 test: add test
  • 81e2bb1 chore: add github actions
  • 3a10edc feat: Add parse app links for apk
  • See full diff in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Looks like android_parser is up-to-date now, so this is no longer needed.