mirror of
https://github.com/r0adkll/sign-android-release
synced 2026-09-25 14:18:37 +00:00
update default build-tools version to 33.0.0
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ export async function signApkFile(
|
||||
core.debug("Zipaligning APK file");
|
||||
|
||||
// Find zipalign executable
|
||||
const buildToolsVersion = process.env.BUILD_TOOLS_VERSION || '29.0.3';
|
||||
const buildToolsVersion = process.env.BUILD_TOOLS_VERSION || '33.0.0';
|
||||
const androidHome = process.env.ANDROID_HOME;
|
||||
const buildTools = path.join(androidHome!, `build-tools/${buildToolsVersion}`);
|
||||
if (!fs.existsSync(buildTools)) {
|
||||
|
||||
Reference in New Issue
Block a user