Add support for Android App Bundle (.aab) files
Some checks are pending
MSBuild / build (push) Waiting to run
MSBuild / publish (push) Blocked by required conditions

This commit is contained in:
ema
2025-06-27 07:29:38 +08:00
parent 6943ed5cb4
commit 12046220c1
6 changed files with 184 additions and 23 deletions

View File

@@ -19,7 +19,7 @@ using System.Collections.Generic;
namespace QuickLook.Plugin.AppViewer.PackageParsers.Apk;
public class ApkInfo
public class ApkInfo : IApkInfo
{
public string VersionName { get; set; }