| 6ebd47fb | 18-Apr-2022 |
Kudo Chien <[email protected]> |
[tools] fix android versioning sed command on macos added '' at the end of filename (#17092)
# Why
from #17074, the android versioning tool will add two single quotes at the end of filename. e.g.
[tools] fix android versioning sed command on macos added '' at the end of filename (#17092)
# Why
from #17074, the android versioning tool will add two single quotes at the end of filename. e.g.
`android/expoview/src/main/java/host/exp/exponent/Constants.java` -> `android/expoview/src/main/java/host/exp/exponent/Constants.java''`
# How
solution refer from https://stackoverflow.com/a/51060063
# Test Plan
`et add-sdk -p android -s 45.0.0`
show more ...
|