apks

package
v0.5.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 7, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var APKsCmd = &cobra.Command{
	Use:   "apks",
	Short: "Manage APKs (legacy)",
	Long: `Upload and manage APK files.

Note: App Bundles (AAB) are the recommended format for publishing on Google Play.
APK support is maintained for legacy apps and specific use cases.`,
}

Functions

This section is empty.

Types

type APKInfo

type APKInfo struct {
	VersionCode int64 `json:"version_code"`
	Binary      struct {
		SHA1   string `json:"sha1,omitempty"`
		SHA256 string `json:"sha256,omitempty"`
	} `json:"binary,omitempty"`
}

APKInfo represents APK information

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL