Update release.sh

fixing issue 309 - https://github.com/budtmo/docker-android/issues/309
This commit is contained in:
yogeshpatel81 2022-08-05 15:50:51 -05:00 committed by GitHub
parent b49e96cf93
commit e642adcaad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ declare -A chromedriver_versions=(
[9.0]="2.40"
[10.0]="74.0.3729.6"
[11.0]="83.0.4103.39"
[12.0]="93.0.4577.15"
[12.0]="91.0.4472.101"
)
function get_android_versions() {