Skip to content

Commit

Permalink
Fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamlooker committed Dec 31, 2024
1 parent a92cdec commit f4d93bc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ fun VersionV2.toPackage(): PackageEntity = PackageEntity(
features = manifest.features.map { it.name },
apkName = file.name,
hashType = "SHA-256",
minSdkVersion = -1,
maxSdkVersion = manifest.maxSdkVersion ?: -1,
signer = manifest.signer?.sha256?.firstOrNull() ?: "",
size = file.size ?: -1,
Expand Down

0 comments on commit f4d93bc

Please sign in to comment.