You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by sa...@apache.org on 2018/02/02 06:33:27 UTC

incubator-taverna-mobile git commit: fix build issue [Forced Update!]

Repository: incubator-taverna-mobile
Updated Branches:
  refs/heads/master ff0ae1983 -> 253146d0f (forced update)


fix build issue


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/commit/253146d0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/253146d0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/253146d0

Branch: refs/heads/master
Commit: 253146d0fcd194b45cf33a0ade962b9c11094ec3
Parents: c1f23e2
Author: Sagar <ku...@gmail.com>
Authored: Fri Feb 2 12:03:08 2018 +0530
Committer: Sagar <ku...@gmail.com>
Committed: Fri Feb 2 12:03:08 2018 +0530

----------------------------------------------------------------------
 .travis.yml  | 2 +-
 build.gradle | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/253146d0/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index c0022d4..ea32a80 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,7 +24,7 @@ android:
     - extra-google-google_play_services
     - extra-android-m2repository
     - extra-google-m2repository
-    - build-tools-27.0.2
+    - build-tools-27.0.3
     - android-27
 
 script: "./gradlew build --stacktrace"

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/253146d0/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index e1da6e2..e0c1c0a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -36,7 +36,7 @@ ext {
     minSdkVersion = 17
     targetSdkVersion = 27
     compileSdkVersion = 27
-    buildToolsVersion = '27.0.2'
+    buildToolsVersion = '27.0.3'
 
     // App dependencies
     supportLibraryVersion = '27.0.2'