Skip to content

Commit

Permalink
Support minVersionSdk for android build tools (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur2136 authored May 20, 2024
1 parent 0f63b2f commit c98e4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/config/PublishDetails.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const AaptPrefixes = {
packagePrefix: "package: name=",
verCodePrefix: "versionCode=",
verNamePrefix: "versionName=",
sdkPrefix: "sdkVersion:",
sdkPrefix: "(?:minSdk|sdk)Version:",
debuggableApkPrefix: "application-debuggable",
localePrefix: "locales: ",
};
Expand Down

0 comments on commit c98e4d4

Please sign in to comment.