Added support for a new configuration field: additionalSdkManagerArguments
. This allows you to pass arguments to sdkmanager
when it installs dependencies automatically. This could be used to pass the --verbose
flag for debugging or passing proxy arguments.
Note: There may be two different versions of the sdkmanager used depending on your setup. If you have an old version of the sdkmanager, it will first upgrade itself to the latest version and then install its dependencies. The arguments set with this flag will be passed to both versions.
What's Changed
- Bump com.github.spotbugs from 5.0.5 to 5.0.6 in /android-emulator-plugin by @dependabot in #162
- feature: adding sdkmanager common arguments by @baytsurov in #161
- Bump mockito-junit-jupiter from 4.2.0 to 4.3.1 in /android-emulator-plugin by @dependabot in #155
Full Changelog: 0.4.4...0.4.5