UNPKG

bananalyzer

Version:

A simple tool for windows 10, that downloads APKs from Google playstore, analyzes them, and lists all the Google and Huawei SDKs (kits) that are integrated, along with other metadata

8 lines (7 loc) 143 B
export interface APK { packageName?: string; filePath: string; uploadDate?: string; versionName?: string; size?: string; }