groovy escaping was wrong for aar (#72554)

This commit is contained in:
xster 2021-01-07 11:43:27 -08:00 committed by GitHub
parent 6a5ff9ad17
commit e0dcb787dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -721,7 +721,7 @@ void printHowToConsumeAar({
url '${repoDirectory.path}'
}
maven {
url '\$storageUrl/download.flutter.io'
url "\$storageUrl/download.flutter.io"
}
}

View File

@ -2588,7 +2588,7 @@ plugin1=${plugin1.path}
" url 'build/'\n"
' }\n'
' maven {\n'
" url '\$storageUrl/download.flutter.io'\n"
' url "\$storageUrl/download.flutter.io"\n'
' }\n'
' }\n'
'\n'
@ -2639,7 +2639,7 @@ plugin1=${plugin1.path}
" url 'build/'\n"
' }\n'
' maven {\n'
" url '\$storageUrl/download.flutter.io'\n"
' url "\$storageUrl/download.flutter.io"\n'
' }\n'
' }\n'
'\n'
@ -2677,7 +2677,7 @@ plugin1=${plugin1.path}
" url 'build/'\n"
' }\n'
' maven {\n'
" url '\$storageUrl/download.flutter.io'\n"
' url "\$storageUrl/download.flutter.io"\n'
' }\n'
' }\n'
'\n'
@ -2716,7 +2716,7 @@ plugin1=${plugin1.path}
" url 'build/'\n"
' }\n'
' maven {\n'
" url '\$storageUrl/download.flutter.io'\n"
' url "\$storageUrl/download.flutter.io"\n'
' }\n'
' }\n'
'\n'