mirror of
https://gitea.com/actions/setup-android.git
synced 2025-12-27 09:28:21 +00:00
Add support for versions 12, 13, and 16
This commit is contained in:
committed by
Vilius Sutkus '89
parent
f34c17e4f4
commit
2022e05939
@@ -7,6 +7,12 @@ import * as os from 'os'
|
||||
|
||||
function getVersionShort(versionLong: string): string {
|
||||
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