From 1e67079b5fa3a547fe252e86bad4fc81df8bb770 Mon Sep 17 00:00:00 2001 From: Antonis Date: Wed, 6 Sep 2017 12:01:52 +0300 Subject: [PATCH] Fixed travis build issue --- .travis.yml | 2 +- Examples/restcomm-olympus/app/app.iml | 31 ++++++++++++++++------ Examples/restcomm-olympus/app/build.gradle | 2 +- 3 files changed, 25 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 50b89972..9c6aefed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ android: - tools # to get the new `repository-11.xml` - platform-tools - tools # see https://github.com/travis-ci/travis-ci/issues/6040#issuecomment-219367943) - - build-tools-25.0.1 + - build-tools-25.0.3 - android-22 - android-25 # Without these the build fails diff --git a/Examples/restcomm-olympus/app/app.iml b/Examples/restcomm-olympus/app/app.iml index 0fa3cd23..e647eba4 100644 --- a/Examples/restcomm-olympus/app/app.iml +++ b/Examples/restcomm-olympus/app/app.iml @@ -62,13 +62,6 @@ - - - - - - - @@ -76,6 +69,13 @@ + + + + + + + @@ -121,7 +121,6 @@ - @@ -129,6 +128,22 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Examples/restcomm-olympus/app/build.gradle b/Examples/restcomm-olympus/app/build.gradle index 52150ad5..2bd12e50 100644 --- a/Examples/restcomm-olympus/app/build.gradle +++ b/Examples/restcomm-olympus/app/build.gradle @@ -23,7 +23,7 @@ buildscript { android { compileSdkVersion 25 - buildToolsVersion '25.0.1' + buildToolsVersion '25.0.3' dexOptions { jumboMode = true