This is an automated email from the ASF dual-hosted git repository. rajanmaurya154 pushed a commit to branch development in repository https://gitbox.apache.org/repos/asf/fineract-cn-mobile.git
commit 3646fa28cb107e634b63db0d7457d8fe5cfaf707 Author: miPlodder <[email protected]> AuthorDate: Tue Apr 30 04:37:58 2019 +0530 Fixed .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 54d5c81..4f3f4ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,8 @@ cache: false sudo: required env: global: - - ANDROID_API_LEVEL=26 - - ANDROID_BUILD_TOOLS_VERSION=26.0.2 + - ANDROID_API_LEVEL=27 + - ANDROID_BUILD_TOOLS_VERSION=27.0.3 - ADB_INSTALL_TIMEOUT=20 # minutes (2 minutes by default) android:
