mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-18 22:52:37 +00:00
Add support for Android App Bundle (.aab) files
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
Reference in New Issue
Block a user