Sha256: d3058b613b3c503d3c7cd81d20a703ea17b64db531a0fe461fc1762235beb459

Contents?: true

Size: 456 Bytes

Versions: 3

Compression:

Stored size: 456 Bytes

Contents

apkstats.command_type=:apk_analyzer
apkstats.apk_filepath='./spec/fixture/app-base.apk'

# custom command path
# apkstats.command_path='/path/to/analysis_command'

message(apkstats.file_size)
message(apkstats.download_size)
message(apkstats.required_features)
message(apkstats.non_required_features)
message(apkstats.permissions)
message(apkstats.min_sdk)
message(apkstats.target_sdk)

apkstats.compare_with('/spec/fixture/app-other5.apk', do_report: true)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
danger-apkstats-0.1.2 Dangerfile.sample
danger-apkstats-0.1.1.pre.1 Dangerfile.sample
danger-apkstats-0.1.0 Dangerfile.sample