diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2018-11-22 16:20:40 +0530 |
---|---|---|
committer | حسين <zidhussein@gmail.com> | 2018-11-22 10:50:40 +0000 |
commit | 0d55f71ff5049f0e0abbc866c7f5d84ea2164207 (patch) | |
tree | 72f40ce35500338e4689c462858b4dccf383ce7f /.travis.yml | |
parent | e72038f6f167bf5efc3cf292267ae4c2b6313672 (diff) |
Additional fixes (#449)
* Convert ToCloneOrNot to Kotlin
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
* Cleanup and fix memory leak in SshKeyGen
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
* Fix manifest issues
- Indent with 4 spaces
- Fix typo'd meta-data values
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
* travis: Install build tools 28.0.3
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e7e35caa..41d9abf4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ jdk: android: components: - tools - - build-tools-28.0.2 + - build-tools-28.0.3 - android-28 - extra-google-m2repository - extra-android-m2repository |