Prepare for release 2.5.0.

This commit is contained in:
Yang Chen
2020-03-05 14:54:33 +11:00
parent ede514c8c2
commit da846ad45b
+5
View File
@@ -1,5 +1,10 @@
# Change Log
## v2.5.0
* Added support for API 15-19 system images.
* Switched to the new SDK command-line tools which supports running `sdkmanager` and `avdmanager` with Java 9+.
## v2.4.0
* Added support for setting custom `working-directory` - e.g. `./android` if your root Gradle project is under the `./android` sub-directory within your repository.