Skip to content

Commit

Permalink
Bump SDK build tools version to 35 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDcoder authored Dec 18, 2024
1 parent 7c65b74 commit 34505b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/signing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export async function signApkFile(
core.debug('Zipaligning APK file');

// Find zipalign executable
const buildToolsVersion = process.env.BUILD_TOOLS_VERSION || '33.0.0';
const buildToolsVersion = process.env.BUILD_TOOLS_VERSION || '35.0.0';
const androidHome = process.env.ANDROID_HOME;
const buildTools = path.join(androidHome!, `build-tools/${buildToolsVersion}`);
if (!fs.existsSync(buildTools)) {
Expand Down

0 comments on commit 34505b2

Please sign in to comment.