Sha256: ba95ea6ce3e817f63df13d0e56fdad2c1034568d3084dd226264d33385d8ee4d

Contents?: true

Size: 528 Bytes

Versions: 3

Compression:

Stored size: 528 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)
message("#{apkstats.reference_count}")
message("#{apkstats.dex_count}")

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.3.1 Dangerfile.sample
danger-apkstats-0.3.0 Dangerfile.sample
danger-apkstats-0.2.0 Dangerfile.sample