Skip to content

Commit

Permalink
fix(android): build module with example app (#14133)
Browse files Browse the repository at this point in the history
* fix(android): build module with example app

* Update android/cli/commands/_buildModule.js

Co-authored-by: Chris Barber <[email protected]>

---------

Co-authored-by: Chris Barber <[email protected]>
  • Loading branch information
m1ga and cb1kenobi authored Oct 5, 2024
1 parent eb284db commit b8d1a8f
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 b8d1a8f

Please sign in to comment.