Skip to content

Commit

Permalink
Merge branch 'master' into iosScrollingDirection
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga authored Oct 5, 2024
2 parents e50586b + b8d1a8f commit 1551e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/cli/commands/_buildModule.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ AndroidModuleBuilder.prototype.migrate = async function migrate() {
const manifestModuleAPIVersion = this.manifest.apiversion;
const manifestTemplateFile = path.join(this.platformPath, 'templates', 'module', 'default', 'template', 'android', 'manifest.ejs');
let newVersion = semver.inc(this.manifest.version, 'major');
this.tiSdkVersion = cliSDKVersion;
this.tiSdkVersion = this.cli.sdk.name;

// Determine if the "manifest" file's "apiversion" needs updating.
let isApiVersionUpdateRequired = false;
Expand Down

0 comments on commit 1551e8d

Please sign in to comment.