mirror of
https://gitea.com/actions/setup-android.git
synced 2025-12-12 03:16:54 +00:00
Add support for versions 12, 13, and 16
This commit is contained in:
committed by
Vilius Sutkus '89
parent
f34c17e4f4
commit
2022e05939
6
dist/index.js
vendored
6
dist/index.js
vendored
@@ -28824,6 +28824,12 @@ const fs = __importStar(__nccwpck_require__(7147));
|
||||
const os = __importStar(__nccwpck_require__(2037));
|
||||
function getVersionShort(versionLong) {
|
||||
switch (versionLong) {
|
||||
case '12266719':
|
||||
return '16.0';
|
||||
case '11479570':
|
||||
return '13.0';
|
||||
case '11076708':
|
||||
return '12.0';
|
||||
case '10406996':
|
||||
return '11.0';
|
||||
case '9862592':
|
||||
|
||||
Reference in New Issue
Block a user